From e7e02ae77dfc0dec02a6cdefe6af6618267e06e0 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Wed, 1 Jul 2020 21:11:36 +1000 Subject: [PATCH] Added step to update Docker Images repository [ci skip] --- RELEASING.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/RELEASING.md b/RELEASING.md index a33a1684a..3f62a70c4 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -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]] + ```