Skip to content

Commit

Permalink
Merge pull request #4850 from RoboJackets/renovate/node-20.x
Browse files Browse the repository at this point in the history
Update Node.js to v20.18.0
  • Loading branch information
renovate[bot] authored Oct 7, 2024
2 parents f248727 + 9cb8bc5 commit 3ac82c2
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 @@ -60,7 +60,7 @@ RUN set -eux && \
npm install --no-progress && \
npm run production --no-progress

FROM node:20.17.0 AS frontend
FROM node:20.18.0 AS frontend

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

Expand Down

0 comments on commit 3ac82c2

Please sign in to comment.