Update actions dependencies and node

This commit is contained in:
Alejandro Celaya
2023-05-27 09:40:10 +02:00
parent 131a745514
commit 3da2b56426
5 changed files with 9 additions and 9 deletions

View File

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