Skip to content

Commit 9b3cf93

Browse files
Bump node from 22-bookworm to 25-bookworm
Bumps node from 22-bookworm to 25-bookworm. --- updated-dependencies: - dependency-name: node dependency-version: 25-bookworm dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ac4a175 commit 9b3cf93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ RUN --mount=type=cache,target=/go/pkg/mod \
2727
#################
2828
### UI Build Step
2929
#################
30-
FROM --platform=${TARGETPLATFORM:-linux/amd64} node:22-bookworm AS ui-builder
30+
FROM --platform=${TARGETPLATFORM:-linux/amd64} node:25-bookworm AS ui-builder
3131

3232
WORKDIR /ui
3333

0 commit comments

Comments
 (0)