Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

Commit

Permalink
chore(deps): update node.js to v20.15.1 (#258)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 12, 2024
1 parent 6a15598 commit 473f32c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Base image for the container
FROM node:20.15.0
FROM node:20.15.1

# Copy files and install dependencies
WORKDIR /app/
Expand Down
2 changes: 1 addition & 1 deletion frontend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Base image for the container
FROM node:20.15.0
FROM node:20.15.1

ENV npm_config_cache=/app/.npm
ENV APP_USER=1011540000
Expand Down

0 comments on commit 473f32c

Please sign in to comment.