From a516871e08532c8a343f9e9e713c8abc8d80aae6 Mon Sep 17 00:00:00 2001 From: Alin Voinea Date: Tue, 9 Mar 2021 15:04:53 +0200 Subject: [PATCH] Update docs about 5.2.4 release --- .github/workflows/ci.yml | 2 +- README.md | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b04eb7f..fbb9ea1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/README.md b/README.md index 2108005..a7a7c80 100644 --- a/README.md +++ b/README.md @@ -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)