Bump node from 26.4-alpine to 26.5-alpine

Bumps node from 26.4-alpine to 26.5-alpine.

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-07-11 07:02:14 +00:00
committed by GitHub
parent c0dce01013
commit 4a8b729ef0

View File

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