We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60ffe59 commit 61e4a07Copy full SHA for 61e4a07
1 file changed
docs/usage.md
@@ -34,7 +34,7 @@ sudo curl -L --output /usr/local/bin/pie https://github.com/php/pie/releases/lat
34
PIE is published as binary-only Docker image, so you can install it easily during your Docker build:
35
36
```Dockerfile
37
-COPY --form=ghcr.io/php/pie:latest /pie /usr/bin/pie
+COPY --from=ghcr.io/php/pie:latest /pie /usr/bin/pie
38
```
39
40
Instead of `latest` you can also use explicit versions like `x.y.z`, `x.y` or `x`, depending on stability level you want to achieve.
0 commit comments