Skip to content

Commit fd01119

Browse files
committed
chore(go-dev): upgrade pack 0.21.0
1 parent 01d0c21 commit fd01119

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

rootfs/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ RUN export DEBIAN_FRONTEND=noninteractive \
5252
&& CGO_ENABLED=0 go build \
5353
-ldflags "-X main.AppVersionMetadata=$(date -u +%s)" \
5454
-a -installsuffix cgo -o /bin/envtpl ./cmd/envtpl/. \
55-
&& git clone --dept 1 https://github.com/buildpacks/pack -b v0.19.0 /tmp/pack \
55+
&& git clone --dept 1 https://github.com/buildpacks/pack -b v0.21.0 /tmp/pack \
5656
&& cd /tmp/pack \
5757
&& make \
5858
&& cp /tmp/pack/out/pack /usr/local/bin \
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
unqualified-search-registries = ["docker.io"]
2+
short-name-mode="permissive"

0 commit comments

Comments
 (0)