Skip to content

Commit

Permalink
Merge pull request #48 from Resgrid/develop
Browse files Browse the repository at this point in the history
CU-3w8ybcw fixing build
  • Loading branch information
ucswift authored Mar 1, 2024
2 parents 2411b1b + 2a970ac commit 1b727ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
### STAGE 1: Build ###
FROM node:16.10.0-alpine3.14 AS build
FROM node:18.19-alpine3.19 AS build
WORKDIR /usr/src/app
COPY package.json package-lock.json ./
RUN npm ci
Expand Down

0 comments on commit 1b727ba

Please sign in to comment.