diff --git a/Dockerfile b/Dockerfile index 79886b234a..6a1d6bf01d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ # # Nothing fancy here: we copy in the source code and build on the Alpine Go # image. Refer to .dockerignore to get a sense of what we're not going to copy. -FROM golang:1.26.4-alpine3.22@sha256:727cfc3c40be55cd1bc9a4a059406b28a059857e3be752aa9d09531e12c20c56 AS builder +FROM golang:1.26.5-alpine3.23@sha256:622e56dbc11a8cfe87cafa2331e9a201877271cbff918af53d3be315f3da88cc AS builder COPY . /src WORKDIR /src diff --git a/dev/vendor-lib.sh b/dev/vendor-lib.sh index 8e22f43238..06db251bd9 100755 --- a/dev/vendor-lib.sh +++ b/dev/vendor-lib.sh @@ -136,7 +136,7 @@ echo "Creating go.mod file..." cat > "$DEST_LIB/go.mod" <