We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a088526 commit 4320048Copy full SHA for 4320048
1 file changed
server/Dockerfile
@@ -7,7 +7,7 @@ COPY web/ ./
7
RUN pnpm run build
8
9
# ---------------------build go--------------------
10
-FROM golang:1.24.11-trixie AS builder_go
+FROM golang:1.24.13-trixie AS builder_go
11
WORKDIR /app
12
COPY go.mod go.sum ./
13
RUN go mod tidy
0 commit comments