Skip to content

Commit 400a346

Browse files
Bump node from 24-alpine3.22 to 25-alpine3.22 in /clotributor-apiserver
Bumps node from 24-alpine3.22 to 25-alpine3.22. --- updated-dependencies: - dependency-name: node dependency-version: 25-alpine3.22 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent cc301c0 commit 400a346

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clotributor-apiserver/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ WORKDIR /clotributor/clotributor-apiserver
1010
RUN cargo build --release
1111

1212
# Build frontend
13-
FROM node:24-alpine3.22 AS frontend-builder
13+
FROM node:25-alpine3.22 AS frontend-builder
1414
RUN apk --no-cache add git
1515
WORKDIR /web
1616
COPY web .

0 commit comments

Comments
 (0)