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 d407146Copy full SHA for d407146
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.24.6 AS builder
3
WORKDIR /build
4
# Copy go mod files and download dependencies
5
COPY ./src/go.mod ./src/go.sum ./
0 commit comments