Skip to content

Commit

Permalink
Upgraded node version (AOT-Technologies#1964)
Browse files Browse the repository at this point in the history
  • Loading branch information
shuhaib-aot authored Mar 22, 2024
1 parent 9c8d60a commit f62d138
Show file tree
Hide file tree
Showing 2 changed files with 10,320 additions and 2,299 deletions.
4 changes: 2 additions & 2 deletions forms-flow-web-root-config/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Base image
FROM node:14.17.6-alpine as build-stage
FROM node:16.18.0-alpine as build-stage

# Set working directory
WORKDIR /forms-flow-web-root-config/app
Expand Down Expand Up @@ -31,7 +31,7 @@ RUN apk update && apk upgrade && \
COPY package-lock.json /forms-flow-web-root-config/app/package-lock.json
COPY package.json /forms-flow-web-root-config/app/package.json
COPY env.sh /forms-flow-web-root-config/app/env.sh
RUN npm ci --only=production
RUN npm ci --omit=dev

# Copy source code
COPY . /forms-flow-web-root-config/app/
Expand Down
Loading

0 comments on commit f62d138

Please sign in to comment.