Skip to content

Commit

Permalink
Merge pull request #4149 from alphagov/dependabot/docker/node-435dcad
Browse files Browse the repository at this point in the history
Bump node from `0fe7402` to `435dcad`
  • Loading branch information
jfharden authored Nov 13, 2023
2 parents 9e34e96 + c409558 commit 8f9a1bf
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.18.2-alpine3.18@sha256:0fe7402d11d8c85474c6ec6f9c9c8048cd0549c95535832b7f0735a4b47690a5 as builder
FROM node:18.18.2-alpine3.18@sha256:435dcad253bb5b7f347ebc69c8cc52de7c912eb7241098b920f2fc2d7843183d 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.18.2-alpine3.18@sha256:0fe7402d11d8c85474c6ec6f9c9c8048cd0549c95535832b7f0735a4b47690a5 AS final
FROM node:18.18.2-alpine3.18@sha256:435dcad253bb5b7f347ebc69c8cc52de7c912eb7241098b920f2fc2d7843183d AS final

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

Expand Down

0 comments on commit 8f9a1bf

Please sign in to comment.