diff --git a/README.md b/README.md index 9baafe5..42550fc 100644 --- a/README.md +++ b/README.md @@ -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 | `` | -| `DEBUG` | Show verbose php build output | `` | +| 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 | `` | +| `DEBUG` | Show verbose php build output | `` |