Skip to content

Commit

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

Bump node from 18.19.0-alpine3.18 to 18.19.1-alpine3.18
  • Loading branch information
jfharden authored Feb 16, 2024
2 parents 649f395 + f4a97fc commit fdbe654
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.0-alpine3.18@sha256:ae124a073f5655a04381a2d95b3c32da4adf5c279f912af432885e7249814156 AS builder
FROM node:18.19.1-alpine3.18@sha256:3b50a0a2324cbaa28d57dad57019f8656b784a67743c58194718389cd29c18fe 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.0-alpine3.18@sha256:ae124a073f5655a04381a2d95b3c32da4adf5c279f912af432885e7249814156 AS final
FROM node:18.19.1-alpine3.18@sha256:3b50a0a2324cbaa28d57dad57019f8656b784a67743c58194718389cd29c18fe AS final

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

Expand Down

0 comments on commit fdbe654

Please sign in to comment.