We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9824f4d commit 1371637Copy full SHA for 1371637
clowarden-server/Dockerfile
@@ -10,7 +10,7 @@ WORKDIR /clowarden/clowarden-server
10
RUN cargo build --release
11
12
# Build frontend
13
-FROM node:18-alpine3.21 AS frontend-builder
+FROM node:23-alpine3.21 AS frontend-builder
14
RUN apk --no-cache add git
15
WORKDIR /web
16
COPY web .
0 commit comments