Skip to content

Commit

Permalink
Merge pull request #3821 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 cf6a065 + ade2174 commit 18861f7
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

WORKDIR /app
COPY package.json .
Expand All @@ -8,7 +8,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 18861f7

Please sign in to comment.