Skip to content

Commit

Permalink
Merge pull request #4241 from alphagov/dependabot/docker/node-dfc737c
Browse files Browse the repository at this point in the history
Bump node from `a7e7de2` to `dfc737c`
  • Loading branch information
katstevens authored Jul 26, 2024
2 parents d7fb87b + b460998 commit bfa83ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18.20.4-alpine3.19@sha256:a7e7de2a0211ef55482fc13fd25021a9f1b2cc8fd0df2e6c34b60abddf603a54 as builder
FROM node:18.20.4-alpine3.19@sha256:dfc737c864950bb3a56546b99ba2d2479d693d6563460a379fb56fe7ccfe6967 as builder

RUN ["apk", "--no-cache", "add", "ca-certificates", "python3", "build-base", "bash", "ruby"]

Expand All @@ -10,7 +10,7 @@ RUN npm ci --quiet
COPY . .
RUN npm run compile

FROM node:18.20.4-alpine3.19@sha256:a7e7de2a0211ef55482fc13fd25021a9f1b2cc8fd0df2e6c34b60abddf603a54 AS final
FROM node:18.20.4-alpine3.19@sha256:dfc737c864950bb3a56546b99ba2d2479d693d6563460a379fb56fe7ccfe6967 AS final

RUN ["apk", "--no-cache", "upgrade"]

Expand Down

0 comments on commit bfa83ff

Please sign in to comment.