Merge pull request #4751 from radarhere/docker

Update Docker Images repository as part of releases
This commit is contained in:
Hugo van Kemenade 2020-07-01 16:58:00 +03:00 committed by GitHub
commit 6dc9e26e7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -114,3 +114,12 @@ Released as needed privately to individual vendors for critical security-related
## Documentation
* [ ] Make sure the [default version for Read the Docs](https://pillow.readthedocs.io/en/stable/) is up-to-date with the release changes
## Docker Images
* [ ] Update Pillow in the Docker Images repository
```bash
git clone https://github.com/python-pillow/docker-images
cd docker-images
./update-pillow-tag.sh [[release tag]]
```