Skip to content

Commit 317f4b1

Browse files
nicholashusingopherbot
authored andcommitted
cmd/worker: bump Go version to 1.25.3 in Dockerfile
This is done to prevent build failure due to running Go version with vulnerabilities in the standard library. Change-Id: Ib06894f61a2f617b90f0989ab0086e2626c69ec2 Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/716640 Reviewed-by: Ethan Lee <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Auto-Submit: Nicholas Husin <[email protected]> Reviewed-by: Nicholas Husin <[email protected]>
1 parent 92f35f2 commit 317f4b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmd/worker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# This Dockerfile expects the build context to be the repo root.
66

77
################################################################
8-
FROM golang:1.24.6 AS builder
8+
FROM golang:1.25.3 AS builder
99
# If you change the Go version above, change the FROM line below as well.
1010

1111
# Set the working directory outside $GOPATH to ensure module mode is enabled.
@@ -28,7 +28,7 @@ COPY . /src
2828
RUN go build -mod=readonly ./cmd/worker
2929

3030
################################################################
31-
FROM golang:1.24.6
31+
FROM golang:1.25.3
3232

3333
LABEL maintainer="Go VulnDB Team <[email protected]>"
3434

0 commit comments

Comments
 (0)