Skip to content

Commit

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

Bump node from 18.19.1-alpine3.18 to 18.20.0-alpine3.18
  • Loading branch information
jfharden authored Apr 2, 2024
2 parents bd3dc93 + c02f3cd commit 83f6725
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.19.1-alpine3.18@sha256:1163db1dad710d579fc19831492f50c8b04ce6221d4fa86f9c2f5d564d35daa1 AS builder
FROM node:18.20.0-alpine3.18@sha256:63008551461d4550a3567af2d56ebb624e56db93f7ef951bf2ea5f41ef63d2e4 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.19.1-alpine3.18@sha256:1163db1dad710d579fc19831492f50c8b04ce6221d4fa86f9c2f5d564d35daa1 AS final
FROM node:18.20.0-alpine3.18@sha256:63008551461d4550a3567af2d56ebb624e56db93f7ef951bf2ea5f41ef63d2e4 AS final

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

Expand Down

0 comments on commit 83f6725

Please sign in to comment.