Skip to content

Commit

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

Bump node from 18.20.2-alpine3.19 to 18.20.3-alpine3.19
  • Loading branch information
kbottla authored May 23, 2024
2 parents 65a3805 + 52a8ade commit 66fe271
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.2-alpine3.19@sha256:4837c2ac8998cf172f5892fb45f229c328e4824c43c8506f8ba9c7996d702430 AS builder
FROM node:18.20.3-alpine3.19@sha256:3120b21ed49333280d78dfe44b6eabc25c3309c3366bbcfa409b804334fd16ab 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.2-alpine3.19@sha256:4837c2ac8998cf172f5892fb45f229c328e4824c43c8506f8ba9c7996d702430 AS final
FROM node:18.20.3-alpine3.19@sha256:3120b21ed49333280d78dfe44b6eabc25c3309c3366bbcfa409b804334fd16ab AS final

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

Expand Down

0 comments on commit 66fe271

Please sign in to comment.