Update image

This commit is contained in:
Douglas Barone 2022-01-20 09:25:24 -04:00
parent 312dd03946
commit bdb881c394

View File

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