Bump node from 24.10-alpine to 25.0-alpine

Bumps node from 24.10-alpine to 25.0-alpine.

---
updated-dependencies:
- dependency-name: node
  dependency-version: 25.0-alpine
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-10-18 07:02:06 +00:00
committed by GitHub
parent 43e47fe5f0
commit b75d5b3bd1

View File

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