Skip to content

Commit

Permalink
Update Node.js to v20.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 4, 2024
1 parent 4c661ba commit 2c8aa64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ RUN set -eux && \
npm install --no-progress && \
npm run production --no-progress

FROM node:20.12.0 as frontend
FROM node:20.12.1 as frontend

COPY --link --from=frontend-source /app/ /app/

Expand Down

0 comments on commit 2c8aa64

Please sign in to comment.