Skip to content

Commit e999797

Browse files
Bump node from 24-alpine to 25-alpine in /webui
Bumps node from 24-alpine to 25-alpine. --- updated-dependencies: - dependency-name: node dependency-version: 25-alpine dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6d02e4a commit e999797

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webui/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build stage
2-
FROM node:24-alpine AS build
2+
FROM node:25-alpine AS build
33

44
WORKDIR /app
55

0 commit comments

Comments
 (0)