Skip to content

Commit bf88189

Browse files
committed
Change the docs related to verifying PHAR signature during Docker build
1 parent e8adc43 commit bf88189

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ COPY --form=ghcr.io/php/pie:latest /pie /usr/bin/pie
3939

4040
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.
4141

42-
Each image contains `/pie.asc` file too, so you can verify GPG signature of bundled PHAR file (`/pie`).
42+
If you want to verify signature of the PHAR, you need to additionally download `*.asc` file from [corresponding release](https://github.com/php/pie/releases).
4343

4444
## Prerequisites for PIE
4545

0 commit comments

Comments
 (0)