We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d822ab commit 2fdd913Copy full SHA for 2fdd913
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.18 AS frontend-builder
+FROM node:20-alpine3.18 AS frontend-builder
14
RUN apk --no-cache add git
15
WORKDIR /web
16
COPY web .
0 commit comments