Merge pull request #963 from shlinkio/dependabot/docker/node-21.2-alpine

Bump node from 21.1-alpine to 21.2-alpine
This commit is contained in:
Alejandro Celaya 2023-11-18 09:58:08 +01:00 committed by GitHub
commit 439c37298f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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