Skip to content

Commit f7c5076

Browse files
committed
chore(go-dev): update pack version
1 parent fd01119 commit f7c5076

1 file changed

Lines changed: 1 addition & 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.21.0 /tmp/pack \
55+
&& git clone --dept 1 https://github.com/buildpacks/pack -b v0.23.0 /tmp/pack \
5656
&& cd /tmp/pack \
5757
&& make \
5858
&& cp /tmp/pack/out/pack /usr/local/bin \

0 commit comments

Comments
 (0)