Skip to content

Commit

Permalink
Bump pack version to 0.36.0
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 702242420
Change-Id: I90e7fa285e1308223360ce8b385b2c4e505e33a2
  • Loading branch information
nishi1401 authored and copybara-github committed Dec 3, 2024
1 parent 2bce09c commit 1805fa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/cloudbuild/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
FROM gcr.io/cloud-builders/bazel

# Binaries must be in /usr/bin to be visible to Bazel.
ARG PACK_VERSION=0.33.1
ARG PACK_VERSION=0.36.0
RUN curl -fsSL https://storage.googleapis.com/container-structure-test/latest/container-structure-test-linux-amd64 -o /usr/bin/container-structure-test && chmod +x /usr/bin/container-structure-test
RUN curl -fsSL https://github.com/buildpacks/pack/releases/download/v${PACK_VERSION}/pack-v${PACK_VERSION}-linux.tgz | tar xz -C /usr/bin
RUN curl -fsSL https://github.com/stedolan/jq/releases/download/jq-1.6/jq-linux64 -o /usr/bin/jq && chmod +x /usr/bin/jq
Expand Down

0 comments on commit 1805fa7

Please sign in to comment.