Skip to content

Commit

Permalink
MAP-1044 dependency update
Browse files Browse the repository at this point in the history
  • Loading branch information
GurnankCheema committed May 7, 2024
1 parent 16ac9a6 commit 6b82bb1
Show file tree
Hide file tree
Showing 4 changed files with 108 additions and 144 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20.11.0 as builder
FROM node:20.12-bookworm-slim as builder

ARG BUILD_NUMBER
ARG GIT_REF
Expand All @@ -24,7 +24,7 @@ RUN CYPRESS_INSTALL_BINARY=0 npm ci --no-audit && \

RUN npm prune --production

FROM node:20.11.0-slim
FROM node:20.12-bookworm-slim
LABEL maintainer="HMPPS Digital Studio <[email protected]>"

# Cache breaking
Expand Down
Loading

0 comments on commit 6b82bb1

Please sign in to comment.