Skip to content

Commit

Permalink
Merge pull request #2683 from alphagov/dependabot/docker/node-e5df784
Browse files Browse the repository at this point in the history
Bump node from `3120b21` to `e5df784`
  • Loading branch information
jfharden committed Jun 10, 2024
2 parents e49fa47 + 7777f33 commit 0625256
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.3-alpine3.19@sha256:3120b21ed49333280d78dfe44b6eabc25c3309c3366bbcfa409b804334fd16ab as builder
FROM node:18.20.3-alpine3.19@sha256:e5df78451e4a2dc2e8605642b1d7691bf079d6fb66ae2d862714a88b4383ec61 as builder

### Needed to run pact-mock-service
COPY sgerrand.rsa.pub /etc/apk/keys/sgerrand.rsa.pub
Expand All @@ -14,7 +14,7 @@ RUN npm ci --quiet
COPY . .
RUN npm run compile

FROM node:18.20.3-alpine3.19@sha256:3120b21ed49333280d78dfe44b6eabc25c3309c3366bbcfa409b804334fd16ab as final
FROM node:18.20.3-alpine3.19@sha256:e5df78451e4a2dc2e8605642b1d7691bf079d6fb66ae2d862714a88b4383ec61 as final

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

Expand Down

0 comments on commit 0625256

Please sign in to comment.