Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Commit

Permalink
Merge pull request #109 from kids-first/snyk-fix-ee1787bcbf639ac12bf6…
Browse files Browse the repository at this point in the history
…0dc96653fc69

[Snyk] Security upgrade node from 18.8-alpine3.15 to 18.10.0-alpine3.15
  • Loading branch information
evans-g-crsj authored Oct 19, 2022
2 parents 51f11e2 + 6c0ec83 commit a0a6803
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.8-alpine3.15 AS build-image
FROM node:18.10.0-alpine3.15 AS build-image

RUN mkdir -p /opt/app

Expand All @@ -10,7 +10,7 @@ COPY . .

RUN npm install && npm run clean && npm run build

FROM node:18.8-alpine3.15 AS image-run
FROM node:18.10.0-alpine3.15 AS image-run
WORKDIR /opt/app
COPY --from=build-image ./opt/app/dist ./dist
COPY package* ./
Expand Down

0 comments on commit a0a6803

Please sign in to comment.