Skip to content

Commit

Permalink
Merge pull request #4265 from alphagov/dependabot/docker/node-02376a2
Browse files Browse the repository at this point in the history
Bump node from `17514b2` to `02376a2`
  • Loading branch information
jfharden authored Sep 9, 2024
2 parents b2053a1 + 4fb4dec commit 9669068
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.20@sha256:17514b20acef0e79691285e7a59f3ae561f7a1702a9adc72a515aef23f326729 AS builder
FROM node:18.20.4-alpine3.20@sha256:02376a266c84acbf45bd19440e08e48b1c8b98037417334046029ab585de03e2 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.20@sha256:17514b20acef0e79691285e7a59f3ae561f7a1702a9adc72a515aef23f326729 AS final
FROM node:18.20.4-alpine3.20@sha256:02376a266c84acbf45bd19440e08e48b1c8b98037417334046029ab585de03e2 AS final

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

Expand Down

0 comments on commit 9669068

Please sign in to comment.