diff --git a/docker/python-base/Dockerfile b/docker/python-base/Dockerfile
index a0f588c1f8..ef2bde792b 100644
--- a/docker/python-base/Dockerfile
+++ b/docker/python-base/Dockerfile
@@ -13,7 +13,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-# Comment to force rebuilds Thu 06 May 2021 12:34:57 AEST
+# Comment to force rebuilds Tue Aug  3 14:47:59 UTC 2021
 
 ARG PYTHON_VERSION=3.7
 FROM docker.io/library/python:${PYTHON_VERSION}-slim
diff --git a/docker/python-builder/Dockerfile b/docker/python-builder/Dockerfile
index 63257082cd..792acb1a24 100644
--- a/docker/python-builder/Dockerfile
+++ b/docker/python-builder/Dockerfile
@@ -13,7 +13,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-# Comment to force rebuilds Thu 06 May 2021 12:35:27 AEST
+# Comment to force rebuilds Tue Aug  3 14:47:59 UTC 2021
 
 ARG PYTHON_VERSION=3.7
 FROM docker.io/library/python:${PYTHON_VERSION}-slim as fake-python