diff --git a/test/Dockerfile.distro b/test/Dockerfile.distro index 27cda13f2..4f24edfc0 100644 --- a/test/Dockerfile.distro +++ b/test/Dockerfile.distro @@ -72,7 +72,7 @@ RUN install-tool git-lfs v3.5.1 RUN install-tool gleam 1.5.1 # renovate: datasource=github-releases packageName=containerbase/golang-prebuild -RUN install-tool golang 1.23.2 +RUN install-tool golang 1.23.3 # renovate: datasource=github-releases packageName=helm/helm RUN install-tool helm v3.16.2 diff --git a/test/golang/Dockerfile b/test/golang/Dockerfile index dfaeb56a4..8da962127 100644 --- a/test/golang/Dockerfile +++ b/test/golang/Dockerfile @@ -44,7 +44,7 @@ WORKDIR /test FROM base AS testa # renovate: datasource=github-releases packageName=containerbase/golang-prebuild -RUN install-tool golang 1.23.2 +RUN install-tool golang 1.23.3 USER 12021 @@ -92,7 +92,7 @@ RUN prepare-tool golang USER 12021 # renovate: datasource=github-releases packageName=containerbase/golang-prebuild -RUN install-tool golang 1.23.2 +RUN install-tool golang 1.23.3 RUN set -ex; cd a; go get -d ./...; cat go.sum; go mod tidy; cat go.sum diff --git a/test/golang/Dockerfile.arm64 b/test/golang/Dockerfile.arm64 index dcb04da00..0785f1a1c 100644 --- a/test/golang/Dockerfile.arm64 +++ b/test/golang/Dockerfile.arm64 @@ -42,7 +42,7 @@ ARG CONTAINERBASE_LOG_LEVEL FROM base AS test-golang # renovate: datasource=github-releases packageName=containerbase/golang-prebuild -RUN install-tool golang 1.23.2 +RUN install-tool golang 1.23.3 #-------------------------------------- # Image: final