Skip to content

Commit

Permalink
chore(deps): update node.js to v20.13.0 (#186)
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 May 9, 2024
1 parent 142f690 commit f8f6d9a
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.2-bullseye-slim AS build
FROM node:20.13.0-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 @@ -30,7 +30,7 @@ services:
retries: 5
start_period: 10s
timeout: 5s
image: node:20.12.2-bullseye-slim
image: node:20.13.0-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.2-bullseye-slim AS build
FROM node:20.13.0-bullseye-slim AS build

# Build static files
WORKDIR /app
Expand Down

0 comments on commit f8f6d9a

Please sign in to comment.