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.jammy
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ RUN install-tool flux v2.2.2
RUN install-tool git-lfs v3.4.1

# renovate: datasource=docker versioning=docker
RUN install-tool golang 1.21.5
RUN install-tool golang 1.21.6

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

# renovate: datasource=docker versioning=docker
RUN install-tool golang 1.21.5
RUN install-tool golang 1.21.6

USER 1000

Expand Down Expand Up @@ -76,7 +76,7 @@ RUN prepare-tool golang
USER 1000

# renovate: datasource=docker versioning=docker
RUN install-tool golang 1.21.5
RUN install-tool golang 1.21.6


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 @@ -26,7 +26,7 @@ RUN install-tool git v2.43.0
FROM base as test-golang

# renovate: datasource=docker versioning=docker
RUN install-tool golang 1.21.5
RUN install-tool golang 1.21.6

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