-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MAP-1385 - update node version to fix CVE
- Loading branch information
1 parent
811bd23
commit eb14c1e
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM node:20.12-bookworm-slim as builder | ||
FROM node:20.15-bookworm-slim as builder | ||
|
||
ARG BUILD_NUMBER | ||
ARG GIT_REF | ||
|
@@ -22,7 +22,7 @@ RUN CYPRESS_INSTALL_BINARY=0 npm ci --no-audit && \ | |
|
||
RUN npm prune --production | ||
|
||
FROM node:20.12-bookworm-slim | ||
FROM node:20.15-bookworm-slim | ||
LABEL maintainer="HMPPS Digital Studio <[email protected]>" | ||
|
||
# Cache breaking | ||
|