Skip to content

Commit 392202e

Browse files
committed
chore(pack-images): upgrade buildpack api version
1 parent c6d2f53 commit 392202e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ DRYCC_REGISTRY ?= ${DEV_REGISTRY}
44
PLATFORM ?= $(shell python3 _scripts/utils.py platform)
55
ARCH ?= $(shell python3 _scripts/utils.py arch)
66
PLATFORM_API ?= 0.11
7-
LIFECYCLE_VERSION ?= v0.16.3
7+
LIFECYCLE_VERSION ?= v0.16.5
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

0 commit comments

Comments
 (0)