Updated to node 14

This commit is contained in:
Alejandro Celaya
2020-10-31 11:58:07 +01:00
parent facfd33e96
commit 7dcd623513
4 changed files with 4 additions and 4 deletions

View File

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