Skip to content

Commit

Permalink
chore(deps): update node.js to v20.12.1 (#140)
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 Apr 5, 2024
1 parent caed43c commit 7199b39
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Build static files
# Node Bullseye has npm
FROM node:20.12.0-bullseye-slim AS build
FROM node:20.12.1-bullseye-slim AS build
ENV NODE_ENV production

# Copy and build
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ services:
retries: 5
start_period: 10s
timeout: 5s
image: node:20.12.0-bullseye-slim
image: node:20.12.1-bullseye-slim
ports: ["5000:5000"]
restart: always
volumes: ["./backend:/app", "/app/node_modules"]
Expand Down
2 changes: 1 addition & 1 deletion frontend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Use this section once builds are fixed

FROM node:20.12.0-bullseye-slim AS build
FROM node:20.12.1-bullseye-slim AS build

# Build static files
WORKDIR /app
Expand Down

0 comments on commit 7199b39

Please sign in to comment.