Updated to node 16

This commit is contained in:
Alejandro Celaya
2022-05-25 18:13:32 +02:00
parent 7bbc7250dd
commit 3f34a1fb87
5 changed files with 5 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
FROM node:16.14-alpine as node
FROM node:16.15-alpine as node
COPY . /shlink-web-client
ARG VERSION="latest"
ENV VERSION ${VERSION}