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 92f35f2 commit 317f4b1Copy full SHA for 317f4b1
cmd/worker/Dockerfile
@@ -5,7 +5,7 @@
5
# This Dockerfile expects the build context to be the repo root.
6
7
################################################################
8
-FROM golang:1.24.6 AS builder
+FROM golang:1.25.3 AS builder
9
# If you change the Go version above, change the FROM line below as well.
10
11
# Set the working directory outside $GOPATH to ensure module mode is enabled.
@@ -28,7 +28,7 @@ COPY . /src
28
RUN go build -mod=readonly ./cmd/worker
29
30
31
-FROM golang:1.24.6
+FROM golang:1.25.3
32
33
LABEL maintainer="Go VulnDB Team <[email protected]>"
34
0 commit comments