Skip to content

Commit

Permalink
housekeeping: Update Node.js to v18.20.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 13, 2024
1 parent b0bad1f commit 32f170c
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
@@ -1,5 +1,5 @@
# Frontend build.
FROM node:18.19.0-buster as nodebuild
FROM node:18.20.2-buster as nodebuild
COPY ./frontend ./frontend
COPY ./tools/install-yarn.sh ./tools/install-yarn.sh
COPY ./tools/preflight-checks.sh ./tools/preflight-checks.sh
Expand Down

0 comments on commit 32f170c

Please sign in to comment.