From 67cf336fbee6a2e1bf679d58d04badfbbdd70134 Mon Sep 17 00:00:00 2001 From: Sean Kelly Date: Wed, 30 Aug 2023 17:27:03 -0500 Subject: [PATCH] Python upgrade --- docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index 19212dfe..048de646 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -69,7 +69,7 @@ RUN \ # Over on GitHub Actions, we need to fail fast and not hit the six hour run limit, so make sure we got it right -RUN [ "`/usr/bin/python3 --version`" = "Python 3.11.4" ] +RUN [ "`/usr/bin/python3 --version`" = "Python 3.11.5" ] RUN [ "`/usr/bin/python3 -c 'import numpy; print(numpy.__version__)'`" = "1.24.4" ] RUN [ "`/usr/bin/python3 -c 'import pandas; print(pandas.__version__)'`" = "1.5.3" ] RUN [ "`/usr/bin/python3 -c 'import PIL; print(PIL.__version__)'`" = "9.5.0" ]