Updated replace-version script to use ESM and updated to node 16.14

This commit is contained in:
Alejandro Celaya
2022-05-15 08:35:59 +02:00
parent dd0f5f961c
commit e117429373
7 changed files with 7 additions and 7 deletions

View File

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