Bump node from 24.7-alpine to 24.8-alpine

Bumps node from 24.7-alpine to 24.8-alpine.

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-09-13 07:02:07 +00:00
committed by GitHub
parent d2c50e3cf6
commit afd9fa7295

View File

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