Skip to content

Commit f2effae

Browse files
ethanalee-workgopherbot
authored andcommitted
cmd/worker: bump Go version to 1.25.5 in Dockerfile
Change-Id: Ic9a33ea2b26f27084866b3f8efda76a369f1f930 Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/728100 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Nicholas Husin <husin@google.com> Reviewed-by: Nicholas Husin <nsh@golang.org> Auto-Submit: Ethan Lee <ethanalee@google.com>
1 parent 87100bb commit f2effae

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.25.3 AS builder
8+
FROM golang:1.25.5 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.25.3
31+
FROM golang:1.25.5
3232

3333
LABEL maintainer="Go VulnDB Team <go-vulndb-team@google.com>"
3434

0 commit comments

Comments
 (0)