Skip to content

Commit

Permalink
upgrading package.json (#677)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhila-aot authored Apr 23, 2024
1 parent 72a702d commit 883c402
Show file tree
Hide file tree
Showing 6 changed files with 18,928 additions and 18,469 deletions.
4 changes: 2 additions & 2 deletions backend/sites/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# RedHat UBI 8 with nodejs 14
FROM node:14.5.0-alpine
FROM node:16.14.0-alpine
#FROM artifacts.developer.gov.bc.ca/docker-remote/node:14.17.1-alpine

# Install packages, build and keep only prod packages
Expand All @@ -12,7 +12,7 @@ COPY package*.json ./
#ENV NODE_ENV production

# Install app dependencies using the `npm ci` command instead of `npm install`
RUN npm ci --legacy-peer-deps
RUN npm ci

# Bundle app source
COPY . ./
Expand Down
2 changes: 1 addition & 1 deletion backend/sites/local.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# RedHat UBI 8 with nodejs 14
FROM node:14.17.1-alpine
FROM node:16.14.0-alpine
#FROM artifacts.developer.gov.bc.ca/docker-remote/node:14.17.1-alpine

# Install packages, build and keep only prod packages
Expand Down
Loading

0 comments on commit 883c402

Please sign in to comment.