Update docker files

This commit is contained in:
Sipke Schoorstra 2021-12-23 11:12:08 +01:00
parent e59c157469
commit 0dd7575a75
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
FROM node:15-alpine as client-build
FROM node:17-alpine as client-build
WORKDIR /app
COPY /src .

View file

@ -1,4 +1,4 @@
FROM node:15-alpine as client-build
FROM node:17-alpine as client-build
WORKDIR /app
COPY /src .