Skip to content

Commit

Permalink
Merge pull request #547 from bcgov/ccfri-patch-node
Browse files Browse the repository at this point in the history
fix: outdated node runtime
  • Loading branch information
trev-dev authored Oct 24, 2024
2 parents e72ce11 + d2550dd commit edcdd8d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM artifacts.developer.gov.bc.ca/docker-remote/node:14.19.1 as build-stage
FROM artifacts.developer.gov.bc.ca/docker-remote/node:20.18.0-alpine3.20 as build-stage

WORKDIR /frontend
COPY package*.json ./
RUN npm install
Expand Down

0 comments on commit edcdd8d

Please sign in to comment.