Skip to content

Commit 7eb9351

Browse files
authored
Update Docker Buildpack version to 6.0.4
1 parent a537954 commit 7eb9351

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

upgrading-from-v5.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ After the update, your pipeline might look like this:
4343
```shell
4444
# Preparation steps
4545
# Downloag Docker Buildpack
46-
DOCKER_BUILDPACK_VERSION=v6.0.3
46+
DOCKER_BUILDPACK_VERSION=v6.0.4
4747
curl -LJ -o - https://github.com/mendix/docker-mendix-buildpack/archive/refs/tags/${DOCKER_BUILDPACK_VERSION}.tar.gz | tar --strip-components=1 -xvz
4848
# Checkout the Mendix app source
4949
git clone <mendix-app-git> mendix-app-src

0 commit comments

Comments
 (0)