Skip to content

Commit 6d271f7

Browse files
authored
Merge pull request #94 from cstevandy/update_cf_buildpack_version
update CF Buildpack version to v4.5.8
2 parents 5bf72c7 + b4e0ad0 commit 6d271f7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ FROM ${ROOTFS_IMAGE} AS builder
1212
ARG BUILD_PATH=project
1313
ARG DD_API_KEY
1414
# CF buildpack version
15-
ARG CF_BUILDPACK=v4.5.0
15+
ARG CF_BUILDPACK=v4.5.8
1616

1717
# Each comment corresponds to the script line:
1818
# 1. Create all directories needed by scripts

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ For build you can provide next arguments:
5353

5454
- **BUILD_PATH** indicates where the application model is located. It is a root directory of an unzipped .MDA or .MPK file. In the latter case, this is the directory where your .MPR file is located. Must be within [build context](https://docs.docker.com/engine/reference/commandline/build/#extended-description). Defaults to `./project`.
5555
- **ROOTFS_IMAGE** is a type of rootfs image. Defaults to `mendix/rootfs:bionic`. To use Ubuntu 14.04, change this to `mendix/rootfs:trusty`. It's also possible to use a custom rootfs image as described in [Advanced feature: full-build](#advanced-feature-full-build).
56-
- **CF_BUILDPACK** is a version of CloudFoundry buildpack. Defaults to `v4.5.0'. For stable pipelines, it's recommended to use a fixed version from **v4.5.0** and later.
56+
- **CF_BUILDPACK** is a version of CloudFoundry buildpack. Defaults to `v4.5.8'. For stable pipelines, it's recommended to use a fixed version from **v4.5.8** and later.
5757

5858
### Startup
5959

cf-buildpack.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v4.5.0
1+
v4.5.8

0 commit comments

Comments
 (0)