Skip to content

Commit

Permalink
Merge pull request #4526 from RoboJackets/renovate/node-20.x
Browse files Browse the repository at this point in the history
Update Node.js to v20.12.1
  • Loading branch information
renovate[bot] authored Apr 4, 2024
2 parents 4c661ba + 2c8aa64 commit 23827fb
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 23827fb

Please sign in to comment.