Skip to content

Commit 80797e7

Browse files
committed
Fixed CF Buildpack version in the README.
1 parent bb8e72c commit 80797e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ docker push <app-root-fs-image-tag>
8989

9090
When building the the `rootfs-builder.dockerfile` file, you can provide the following additional arguments:
9191

92-
- **CF_BUILDPACK** is a version of CloudFoundry buildpack. Defaults to `v5.0.27`. For stable pipelines, it's recommended to use a fixed **v5.0.27** version. Other Cloud Foundry buildpacks might not work with this version of Docker Buildpack.
92+
- **CF_BUILDPACK** is a version of CloudFoundry buildpack. Defaults to `v5.0.26`. For stable pipelines, it's recommended to use a fixed **v5.0.26** version. Other Cloud Foundry buildpacks might not work with this version of Docker Buildpack.
9393
- **CF_BUILDPACK_URL** specifies the URL where the CF buildpack should be downloaded from (for example, a local mirror). Defaults to `https://github.com/mendix/cf-mendix-buildpack/releases/download/${CF_BUILDPACK}/cf-mendix-buildpack.zip`. Specifying **CF_BUILDPACK_URL** will override the version from **CF_BUILDPACK**.
9494
- **BUILDPACK_XTRACE** can be used to enable CF Buildpack [debug logging](https://github.com/mendix/cf-mendix-buildpack#logging-and-debugging). Set this variable to `true` to enable debug logging.
9595

0 commit comments

Comments
 (0)