diff --git a/Dockerfile.release b/Dockerfile.release index a02b66485a..3214fd1a4d 100644 --- a/Dockerfile.release +++ b/Dockerfile.release @@ -1,7 +1,7 @@ # vim: syntax=dockerfile ARG BASE=cgr.dev/chainguard/static:latest -FROM golang:1.23.0-alpine3.20 AS health-probe-builder +FROM golang:1.23.1-alpine3.20 AS health-probe-builder WORKDIR /go/src/app RUN apk update && apk add --no-cache git RUN git clone https://github.com/grpc-ecosystem/grpc-health-probe.git