Merge pull request #1473 from shlinkio/dependabot/docker/node-23.10-alpine

Bump node from 23.9-alpine to 23.10-alpine
This commit is contained in:
Alejandro Celaya 2025-03-15 09:31:27 +01:00 committed by GitHub
commit 1c7ab0e1ea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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