We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc301c0 commit 400a346Copy full SHA for 400a346
clotributor-apiserver/Dockerfile
@@ -10,7 +10,7 @@ WORKDIR /clotributor/clotributor-apiserver
10
RUN cargo build --release
11
12
# Build frontend
13
-FROM node:24-alpine3.22 AS frontend-builder
+FROM node:25-alpine3.22 AS frontend-builder
14
RUN apk --no-cache add git
15
WORKDIR /web
16
COPY web .
0 commit comments