Update image version

This commit is contained in:
Douglas Barone 2022-12-07 07:01:44 -04:00
parent 88a3837b6b
commit c69b73de0b

View File

@ -1,5 +1,5 @@
# build stage # build stage
FROM node:16.13.2 as build-stage FROM node:16.18.1 as build-stage
WORKDIR /app WORKDIR /app
COPY package*.json ./ COPY package*.json ./
RUN npm install RUN npm install