Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update tools #3126

Merged
merged 3 commits into from
Feb 3, 2025
Merged
Changes from 1 commit
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
10 changes: 5 additions & 5 deletions docker/build-tools/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ ARG ISTIO_TOOLS_SHA
ENV APKO_VERSION=v0.22.6
ENV BENCHSTAT_VERSION=9c9101da8316
ENV BOM_VERSION=v0.6.0
ENV BUF_VERSION=v1.49.0
ENV BUF_VERSION=v1.50.0
ENV COSIGN_VERSION=v2.4.1
ENV CRANE_VERSION=v0.20.3
ENV GCLOUD_VERSION=496.0.0
Expand All @@ -59,7 +59,7 @@ ENV GO_BINDATA_VERSION=v3.1.2
ENV GO_JUNIT_REPORT_VERSION=df0ed838addb0fa189c4d76ad4657f6007a5811c
ENV HADOLINT_VERSION=v2.12.0
ENV HELM3_VERSION=v3.17.0
ENV HUGO_VERSION=0.141.0
ENV HUGO_VERSION=0.142.0
ENV JB_VERSION=v0.3.1
ENV JSONNET_VERSION=v0.20.0
ENV JUNIT_MERGER_VERSION=adf1545b49509db1f83c49d1de90bbcb235642a8
Expand All @@ -73,7 +73,7 @@ ENV KPT_VERSION=v1.0.0-beta.54
ENV KUBECTL_VERSION=1.32.1
ENV KUBECTX_VERSION=0.9.5
ENV KUBETEST2_VERSION=b019714a389563c9a788f119f801520d059b6533
ENV OC_VERSION=4.17.11
ENV OC_VERSION=4.17.12
ENV ORAS_VERSION=1.2.2
ENV OTEL_CLI_VERSION=v0.4.1
ENV PROTOC_GEN_GRPC_GATEWAY_VERSION=v1.16.0
Expand Down Expand Up @@ -562,8 +562,8 @@ FROM ubuntu:noble AS base_os_context
ENV DEBIAN_FRONTEND=noninteractive

ENV CONTAINERD_VERSION=1.7.25-1
ENV DOCKER_VERSION=5:27.5.0-1~ubuntu.24.04~noble
ENV DOCKER_BUILDX_VERSION=0.19.3-1~ubuntu.24.04~noble
ENV DOCKER_VERSION=5:27.5.1-1~ubuntu.24.04~noble
ENV DOCKER_BUILDX_VERSION=0.20.0-1~ubuntu.24.04~noble
ENV RUST_VERSION=1.84.0

ENV OUTDIR=/out
Expand Down