Skip to content

Commit 4320048

Browse files
committed
golang:1.24.13-trixie
1 parent a088526 commit 4320048

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

server/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ COPY web/ ./
77
RUN pnpm run build
88

99
# ---------------------build go--------------------
10-
FROM golang:1.24.11-trixie AS builder_go
10+
FROM golang:1.24.13-trixie AS builder_go
1111
WORKDIR /app
1212
COPY go.mod go.sum ./
1313
RUN go mod tidy

0 commit comments

Comments
 (0)