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 edf4e87 commit cb464cbCopy full SHA for cb464cb
‎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.35.0
110
-ARG PACK_SHA=44191cc4fbe9749139b53409a1720824cc82f303c72107f60b080c9ff8ea3c76
+ARG PACK_VERSION=v0.35.1
+ARG PACK_SHA=2adfa09946e9fba221d656e45d5aa6ee44e62f382c0aff75ea7168c21d4d8f33
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