We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb09584 commit a900daaCopy full SHA for a900daa
Dockerfile
@@ -7,7 +7,7 @@ COPY ./ui/leafwiki-ui/ ./
7
RUN VITE_API_URL=/ npm run build
8
9
# Step 2: Backend + Build binary
10
-FROM golang:1.23 AS backend-build
+FROM golang:1.24 AS backend-build
11
WORKDIR /app
12
COPY go.mod go.sum ./
13
RUN go mod download
Dockerfile.builder
@@ -11,7 +11,7 @@ COPY ./ui/leafwiki-ui/ ./
# Stage 2: Go backend build
14
-FROM golang:1.23 AS builder
+FROM golang:1.24 AS builder
15
16
ARG GOOS
17
ARG GOARCH
0 commit comments