Skip to content

Commit

Permalink
Update docs about 5.2.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
avoinea committed Mar 9, 2021
1 parent 69cf009 commit a516871
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
version: [4.3.19, 5.1.6, 5.2.2]
version: [4.3.19, 5.1.6, 5.2.4]
os: [debian, alpine, python2, python36, python37]
exclude:
- version: 4.3.19
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ If you need Python 2, you can use `plone/plone:5-python2` instead of `plone:5-py

## Supported tags and respective `Dockerfile` links

- [`5.2.2-alpine`, `5.2-alpine`, `5-alpine`, `alpine` (*5.2.2/alpine/Dockerfile*)](https://github.com/plone/plone.docker/blob/master/5.2/5.2.2/alpine/)
- [`5.2.2-python38`, `5.2.2`, `5.2`, `5`, `python38`, `latest` (*5.2.2/Dockerfile*)](https://github.com/plone/plone.docker/blob/master/5.2/5.2.2/debian/Dockerfile)
- [`5.2.2-python37`, `5.2-python37`, `5-python37`, `python37` (*5.2.2/python37/Dockerfile*)](https://github.com/plone/plone.docker/blob/master/5.2/5.2.2/python37/Dockerfile)
- [`5.2.2-python36`, `5.2-python36`, `5-python36`, `python36` (*5.2.2/python36/Dockerfile*)](https://github.com/plone/plone.docker/blob/master/5.2/5.2.2/python36/Dockerfile)
- [`5.2.2-python2`, `5.2-python2`, `5-python2`, `python2` (*5.2.2/python2/Dockerfile*)](https://github.com/plone/plone.docker/blob/master/5.2/5.2.2/python2/Dockerfile)
- [`5.2.4-alpine`, `5.2-alpine`, `5-alpine`, `alpine` (*5.2.4/alpine/Dockerfile*)](https://github.com/plone/plone.docker/blob/master/5.2/5.2.4/alpine/)
- [`5.2.4-python38`, `5.2.4`, `5.2`, `5`, `python38`, `latest` (*5.2.4/Dockerfile*)](https://github.com/plone/plone.docker/blob/master/5.2/5.2.4/debian/Dockerfile)
- [`5.2.4-python37`, `5.2-python37`, `5-python37`, `python37` (*5.2.4/python37/Dockerfile*)](https://github.com/plone/plone.docker/blob/master/5.2/5.2.4/python37/Dockerfile)
- [`5.2.4-python36`, `5.2-python36`, `5-python36`, `python36` (*5.2.4/python36/Dockerfile*)](https://github.com/plone/plone.docker/blob/master/5.2/5.2.4/python36/Dockerfile)
- [`5.2.4-python2`, `5.2-python2`, `5-python2`, `python2` (*5.2.4/python2/Dockerfile*)](https://github.com/plone/plone.docker/blob/master/5.2/5.2.4/python2/Dockerfile)
- [`5.1.6`, `5.1` (*5.1.6/Dockerfile*)](https://github.com/plone/plone.docker/blob/master/5.1/5.1.6/debian/Dockerfile)
- [`5.1.6-alpine`, `5.1-alpine` (*5.1.6/alpine/Dockerfile*)](https://github.com/plone/plone.docker/blob/master/5.1/5.1.6/alpine/Dockerfile)
- [`4.3.19`, `4.3`, `4` (*4.3.19/Dockerfile*)](https://github.com/plone/plone.docker/blob/master/4.3/4.3.19/debian/Dockerfile)
Expand Down

0 comments on commit a516871

Please sign in to comment.