Skip to content

Commit 9b4c66d

Browse files
authored
Removed confusing BUILD_PATH arg.
Clarified that any Python >=3.8 <4 is supported.
1 parent 96982c2 commit 9b4c66d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ This project is a goto reference for the following scenarios :
4343
* Earlier Docker versions are no longer compatible because they don't support multistage builds.
4444
To use Docker versions below 20.10, download an earlier Mendix Docker Buildpack release, such as [v2.3.2](https://github.com/mendix/docker-mendix-buildpack/releases/tag/v2.3.2)
4545
* Alternatively, Podman version 5 or later
46-
* Python 3.8
46+
* Python 3, version 3.8 or later
4747
* No additional dependencies are needed
4848
* A UNIX-like operating system, such as Linux or macOS, or Windows Subsystem for Linux
4949
* An x86-64 (AMD64) based CPU
@@ -126,7 +126,6 @@ Before running the container, it is necessary to build the image with your appli
126126

127127
```
128128
docker build \
129-
--build-arg BUILD_PATH=<mendix-project-location> \
130129
--tag mendix/mendix-buildpack:v1.2 .
131130
```
132131

0 commit comments

Comments
 (0)