We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 76c7f7e + 6fb7f4b commit c3d5f9aCopy full SHA for c3d5f9a
1 file changed
README.md
@@ -37,7 +37,7 @@ In order to provide upgrade path we intend to keep one or more versions of PHP.
37
38
The tag naming strategy consists of (Read as a regex):
39
40
-- PHP: `(phpMajor).(phpMinor)-(nts|zts)-(alpine(alpineMajor).(alpineMinor)|buster|strech)(-slim)(-dev)(-root)?`
+- PHP: `(phpMajor).(phpMinor)-(nts|zts)-(alpine((alpineMajor).(alpineMinor))|bullseye|buster|strech)(-slim)(-dev)(-root)?`
41
- Example: `7.3-fpm-alpine3.12`, `7.4-fpm-alpine3.13-dev`, `8.0-zts-buster-slim`
42
43
## Example usage
0 commit comments