Skip to content

Commit 6e457b9

Browse files
committed
Disable legacy MD5 buildpack paths
After having a major release (v38) of cf-deployment with the legacy MD5 buildpack paths enabled, we can now switch them off as the buildpackapplifecycle supports both - legacy MD5 and xxhash64 - buildpack paths.
1 parent f578b1e commit 6e457b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cf-deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -947,7 +947,7 @@ instance_groups:
947947
encryption_key_0: "((cc_db_encryption_key))"
948948
staging_upload_user: staging_user
949949
staging_upload_password: "((cc_staging_upload_password))"
950-
legacy_md5_buildpack_paths_enabled: true
950+
legacy_md5_buildpack_paths_enabled: false
951951
temporary_use_logcache: true
952952
logcache:
953953
host: log-cache.service.cf.internal

0 commit comments

Comments
 (0)