Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion test/Dockerfile.distro
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ RUN install-tool git-lfs v3.6.1
RUN install-tool gleam 1.10.0

# renovate: datasource=github-releases packageName=containerbase/golang-prebuild
RUN install-tool golang 1.24.3
RUN install-tool golang 1.24.4

# renovate: datasource=github-releases packageName=helm/helm
RUN install-tool helm v3.18.1
Expand Down
4 changes: 2 additions & 2 deletions test/golang/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ WORKDIR /test
FROM base AS testa

# renovate: datasource=github-releases packageName=containerbase/golang-prebuild
RUN install-tool golang 1.24.3
RUN install-tool golang 1.24.4

USER 12021

Expand Down Expand Up @@ -108,7 +108,7 @@ RUN [[ -d /tmp/containerbase ]] || (echo "/tmp/containerbase should exist"; exit
RUN rm -rf /tmp/*;

# renovate: datasource=github-releases packageName=containerbase/golang-prebuild
RUN install-tool golang 1.24.3
RUN install-tool golang 1.24.4


RUN set -ex; cd a; go get -d ./...; cat go.sum; go mod tidy; cat go.sum
Expand Down
2 changes: 1 addition & 1 deletion test/golang/Dockerfile.arm64
Original file line number Diff line number Diff line change
Expand Up @@ -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.24.3
RUN install-tool golang 1.24.4

#--------------------------------------
# Image: final
Expand Down
Loading