Skip to content

Commit

Permalink
Merge pull request #3929 from alphagov/dependabot/docker/node-a25c1e4
Browse files Browse the repository at this point in the history
Bump node from `02376a2` to `a25c1e4`
  • Loading branch information
kbottla authored Nov 18, 2024
2 parents 41e31e5 + ba083be commit 779283f
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:02376a266c84acbf45bd19440e08e48b1c8b98037417334046029ab585de03e2 AS builder
FROM node:18.20.4-alpine3.20@sha256:a25c1e4ecc284985f4cbc449021e9259560c644dd9611e5a72d9c4750f24f6c7 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.4-alpine3.20@sha256:02376a266c84acbf45bd19440e08e48b1c8b98037417334046029ab585de03e2 AS final
FROM node:18.20.4-alpine3.20@sha256:a25c1e4ecc284985f4cbc449021e9259560c644dd9611e5a72d9c4750f24f6c7 AS final

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

Expand Down

0 comments on commit 779283f

Please sign in to comment.