We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab52511 commit 2802ab1Copy full SHA for 2802ab1
Dockerfile
@@ -1,5 +1,5 @@
1
# Builder stage
2
-FROM docker.io/library/golang:1.23.4 AS builder
+FROM docker.io/library/golang:1.25.0 AS builder
3
WORKDIR /build
4
# Copy go mod files and download dependencies
5
COPY ./src/go.mod ./src/go.sum ./
0 commit comments