Skip to content

Commit 2deaf63

Browse files
committed
chore(pack-images): upgrade to pack 0.27.0
1 parent e665353 commit 2deaf63

9 files changed

Lines changed: 9 additions & 9 deletions

File tree

Dockerfile.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ RUN cp -rf /var/lib/dpkg /var/lib/dpkg-run; \
77
\
88
install-packages zlib1g git autoconf pkg-config build-essential; \
99
install-stack jq 1.6; \
10-
install-stack yj 5.0.0; \
10+
install-stack yj 5.1.0; \
1111
cp -rf /opt/drycc/*/bin/* /usr/local/bin; \
1212
rm -rf /opt/drycc/*; \
1313
\

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ DEV_REGISTRY ?= registry.drycc.cc
44
DRYCC_REGISTRY ?= ${DEV_REGISTRY}
55
PLATFORM ?= $(shell python3 _scripts/utils.py platform)
66
ARCH ?= $(shell python3 _scripts/utils.py arch)
7-
LIFECYCLE_VERSION ?= v0.13.3
7+
LIFECYCLE_VERSION ?= v0.14.1
88
ifeq ($(ARCH),amd64)
99
LIFECYCLE_URL = https://github.com/buildpacks/lifecycle/releases/download/$(LIFECYCLE_VERSION)/lifecycle-${LIFECYCLE_VERSION}+linux.x86-64.tgz
1010
else

buildpacks/go/buildpack.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Buildpack API version
2-
api = "0.7"
2+
api = "0.8"
33

44
# Buildpack ID and metadata
55
[buildpack]

buildpacks/java/buildpack.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Buildpack API version
2-
api = "0.7"
2+
api = "0.8"
33

44
# Buildpack ID and metadata
55
[buildpack]

buildpacks/node/buildpack.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Buildpack API version
2-
api = "0.7"
2+
api = "0.8"
33

44
# Buildpack ID and metadata
55
[buildpack]

buildpacks/php/buildpack.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Buildpack API version
2-
api = "0.7"
2+
api = "0.8"
33

44
# Buildpack ID and metadata
55
[buildpack]

buildpacks/python/buildpack.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Buildpack API version
2-
api = "0.7"
2+
api = "0.8"
33

44
# Buildpack ID and metadata
55
[buildpack]

buildpacks/ruby/buildpack.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Buildpack API version
2-
api = "0.7"
2+
api = "0.8"
33

44
# Buildpack ID and metadata
55
[buildpack]

buildpacks/rust/buildpack.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Buildpack API version
2-
api = "0.7"
2+
api = "0.8"
33

44
# Buildpack ID and metadata
55
[buildpack]

0 commit comments

Comments
 (0)