Skip to content

Commit

Permalink
fix: outdated node runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
trev-dev committed Oct 24, 2024
1 parent e72ce11 commit d2550dd
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 d2550dd

Please sign in to comment.