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 @@ -126,7 +126,7 @@ RUN install-tool vendir v0.44.0
RUN install-tool wally 0.3.2

# renovate: datasource=github-releases packageName=protocolbuffers/protobuf versioning=docker
RUN install-tool protoc 29.2
RUN install-tool protoc 32.1

#--------------------------------------
# Image: test-erlang
Expand Down
4 changes: 2 additions & 2 deletions test/latest/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ RUN install-tool skopeo 1.20.0
RUN install-tool sops v3.10.2

# renovate: datasource=github-releases packageName=protocolbuffers/protobuf versioning=docker
RUN install-tool protoc 29.2
RUN install-tool protoc 32.1

# renovate: datasource=github-releases depName=vendir packageName=vmware-tanzu/carvel-vendir
ARG VENDIR_VERSION=v0.44.0
Expand Down Expand Up @@ -289,7 +289,7 @@ RUN kustomize version | grep "${KUSTOMIZE_VERSION}"
FROM base AS testf

# renovate: datasource=github-releases depName=protoc packageName=protocolbuffers/protobuf versioning=docker
ARG PROTOC_VERSION=29.2
ARG PROTOC_VERSION=32.1

RUN set -ex; \
ls -lah /opt/containerbase/; \
Expand Down
2 changes: 1 addition & 1 deletion test/latest/Dockerfile.arm64
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ RUN install-tool sops v3.10.2
RUN install-tool wally 0.3.2

# renovate: datasource=github-releases packageName=protocolbuffers/protobuf versioning=docker
RUN install-tool protoc 29.2
RUN install-tool protoc 32.1

# renovate: datasource=github-releases packageName=prefix-dev/pixi
RUN install-tool pixi v0.54.2
Expand Down