Skip to content

Commit

Permalink
docs: add jammy to supported distros
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice committed Dec 22, 2022
1 parent 69e64da commit 2cd2c74
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ docker run --rm -it -v ${PWD}/.cache:/cache -e DEBURG=true builder 3.0.0

Optional environment variables

| Name | Description | Default |
| ----------- | ------------------------------------------------------------- | --------- |
| `DISTRO` | Set an ubuntu base distro, `focal` and `bionic` are supported | `focal` |
| `APT_PROXY` | Set an APT http proxy for installing build deps | `<empty>` |
| `DEBUG` | Show verbose php build output | `<empty>` |
| Name | Description | Default |
| ----------- | ---------------------------------------------------------------------- | --------- |
| `DISTRO` | Set an ubuntu base distro, `jammy`, `focal` and `bionic` are supported | `focal` |
| `APT_PROXY` | Set an APT http proxy for installing build deps | `<empty>` |
| `DEBUG` | Show verbose php build output | `<empty>` |

0 comments on commit 2cd2c74

Please sign in to comment.