diff --git a/prow/container-images/basic-checks/Dockerfile b/prow/container-images/basic-checks/Dockerfile index a937135a..b038afa9 100644 --- a/prow/container-images/basic-checks/Dockerfile +++ b/prow/container-images/basic-checks/Dockerfile @@ -1,4 +1,4 @@ -ARG GO_VERSION=1.22.7@sha256:192683db8982323952988c7b86c098ee7ecc6cbeb202bf7c113ff9be5358367c +ARG GO_VERSION=1.22.8@sha256:b274ff14d8eb9309b61b1a45333bf0559a554ebcf6732fa2012dbed9b01ea56f FROM docker.io/golang:${GO_VERSION} # Install additional packages not present in regular golang image