Skip to content

Commit ec49a08

Browse files
Update CNB tools
1 parent 1e14da1 commit ec49a08

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/integration.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ fi
1111
PACK_VERSION=${PACK_VERSION:-""}
1212
source scripts/install_tools.sh "$PACK_VERSION"
1313

14-
export CNB_BUILD_IMAGE=${CNB_BUILD_IMAGE:-cloudfoundry/cnb-build:cflinuxfs3}
15-
export CNB_RUN_IMAGE=${CNB_RUN_IMAGE:-cloudfoundry/cnb-run:cflinuxfs3}
14+
export CNB_BUILD_IMAGE=${CNB_BUILD_IMAGE:-cloudfoundry/build:full-cnb}
15+
export CNB_RUN_IMAGE=${CNB_RUN_IMAGE:-cloudfoundry/run:full-cnb}
1616

1717
# Always pull latest images
1818
# Most helpful for local testing consistency with CI (which would already pull the latest)

0 commit comments

Comments
 (0)