Skip to content

Commit a900daa

Browse files
authored
chore: bump-go-version-in-docker-image (#217)
1 parent bb09584 commit a900daa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ COPY ./ui/leafwiki-ui/ ./
77
RUN VITE_API_URL=/ npm run build
88

99
# Step 2: Backend + Build binary
10-
FROM golang:1.23 AS backend-build
10+
FROM golang:1.24 AS backend-build
1111
WORKDIR /app
1212
COPY go.mod go.sum ./
1313
RUN go mod download

Dockerfile.builder

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ COPY ./ui/leafwiki-ui/ ./
1111
RUN VITE_API_URL=/ npm run build
1212
1313
# Stage 2: Go backend build
14-
FROM golang:1.23 AS builder
14+
FROM golang:1.24 AS builder
1515
1616
ARG GOOS
1717
ARG GOARCH

0 commit comments

Comments
 (0)