We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 756dad4 commit 246f7d7Copy full SHA for 246f7d7
‎Dockerfile
@@ -106,8 +106,8 @@ RUN \
106
mv buildx-${BUILDX_VERSION}.linux-amd64 ~/.docker/cli-plugins/docker-buildx
107
108
# install Pack CLI
109
-ARG PACK_VERSION=v0.34.2
110
-ARG PACK_SHA=7c277c30850ae935eaf113db0762b5bf688c22a1fc519ed979f8a2b48e560a1c
+ARG PACK_VERSION=v0.35.0
+ARG PACK_SHA=44191cc4fbe9749139b53409a1720824cc82f303c72107f60b080c9ff8ea3c76
111
RUN \
112
PACK_DOWNLOAD_FILE=pack-${PACK_VERSION}-linux.tgz && \
113
wget https://github.com/buildpacks/pack/releases/download/${PACK_VERSION}/pack-${PACK_VERSION}-linux.tgz && \
0 commit comments