Skip to content

Commit

Permalink
Merge branch 'main' into renovate/lock-file-maintenance
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts authored Oct 10, 2024
2 parents 2b8f1ae + 011d0e6 commit 1b1c5ef
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.17.0-bullseye-slim AS build
FROM node:20.18.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.17.0-bullseye-slim
image: node:20.18.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.17.0-bullseye-slim AS build
FROM node:20.18.0-bullseye-slim AS build

# Build static files
WORKDIR /app
Expand Down

0 comments on commit 1b1c5ef

Please sign in to comment.