Skip to content

Commit

Permalink
Merge pull request #4210 from alphagov/dependabot/docker/node-18.20.2…
Browse files Browse the repository at this point in the history
…-alpine3.19

Bump node from 18.20.1-alpine3.19 to 18.20.2-alpine3.19
  • Loading branch information
jfharden authored Apr 17, 2024
2 parents 4b32bbf + eb29b7d commit c1c736c
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.1-alpine3.19@sha256:cbd31807a8b4621a9dea342a03f14e8c53f5ca78a395f426bb5bd0e7f071c47c as builder
FROM node:18.20.2-alpine3.19@sha256:80338ff3fc4e989c1d5264a23223cec1c6014e812e584e825e78d1a98d893381 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.1-alpine3.19@sha256:cbd31807a8b4621a9dea342a03f14e8c53f5ca78a395f426bb5bd0e7f071c47c AS final
FROM node:18.20.2-alpine3.19@sha256:80338ff3fc4e989c1d5264a23223cec1c6014e812e584e825e78d1a98d893381 AS final

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

Expand Down

0 comments on commit c1c736c

Please sign in to comment.