Skip to content

Commit

Permalink
MAP-1385 - update node version to fix CVE
Browse files Browse the repository at this point in the history
  • Loading branch information
GurnankCheema committed Jul 8, 2024
1 parent 811bd23 commit eb14c1e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ parameters:

node-version:
type: string
default: 20.11.0-browsers
default: 20.15-browsers

executors:
integration-tests:
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
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
Expand All @@ -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
Expand Down

0 comments on commit eb14c1e

Please sign in to comment.