Skip to content

Commit f2d2056

Browse files
Bump node from 24.6-alpine to 24.7-alpine
Bumps node from 24.6-alpine to 24.7-alpine. --- updated-dependencies: - dependency-name: node dependency-version: 24.7-alpine dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 42661a7 commit f2d2056

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:24.6-alpine AS node
1+
FROM node:24.7-alpine AS node
22
COPY . /shlink-web-client
33
ARG VERSION="latest"
44
ENV VERSION=${VERSION}

0 commit comments

Comments
 (0)