Skip to content

Commit

Permalink
Merge pull request #1633 from bcgov/update-node-version-0.2.0
Browse files Browse the repository at this point in the history
update frontend node version to be 20.18.1 for Openshift v4.16 upgrade
  • Loading branch information
AlexZorkin authored Jan 16, 2025
2 parents 8aacc2f + ad2b3fa commit d5ebf3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/Dockerfile.openshift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM artifacts.developer.gov.bc.ca/docker-remote/node:20 as builder
FROM artifacts.developer.gov.bc.ca/docker-remote/node:20.18.1 as builder
ENV NODE_ENV=production
WORKDIR /usr/src/app
COPY ./ ./
Expand Down

0 comments on commit d5ebf3b

Please sign in to comment.