Skip to content

Commit

Permalink
cmd/worker: bump Go version in Dockerfile
Browse files Browse the repository at this point in the history
Change-Id: I4a455713d6a0201c8d76e537ca939d3b389b25d5
Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/612216
Auto-Submit: Tatiana Bradley <tatianabradley@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Damien Neil <dneil@google.com>
  • Loading branch information
tatianab authored and gopherbot committed Sep 13, 2024
1 parent 443b264 commit 346af9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/worker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# This Dockerfile expects the build context to be the repo root.

################################################################
FROM golang:1.21 AS builder
FROM golang:1.23 AS builder
# If you change the Go version above, change the FROM line below as well.

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

################################################################
FROM golang:1.21
FROM golang:1.23

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

Expand Down

0 comments on commit 346af9b

Please sign in to comment.