Bump python from 3.10.6 to 3.11.3

This commit is contained in:
John Whitlock
2023-04-21 21:31:12 -05:00
parent 64f62fa9ef
commit 8fceb4306e
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
FROM python:3.10.6-slim FROM python:3.11.3-slim
# Set up user and group. # Set up user and group.
ARG groupid=10001 ARG groupid=10001

View File

@@ -19,7 +19,7 @@ ICHNAEA_DOCKER_DB_ENGINE=${ICHNAEA_DOCKER_DB_ENGINE:-"mysql_5_7"}
# Use the same image we use for building docker images because it's cached. # Use the same image we use for building docker images because it's cached.
# Otherwise this doesn't make any difference. # Otherwise this doesn't make any difference.
BASEIMAGENAME="python:3.10.2-slim" BASEIMAGENAME="python:3.11.3-slim"
TESTIMAGE="local/ichnaea_app" TESTIMAGE="local/ichnaea_app"
# Start services in background (this is idempotent) # Start services in background (this is idempotent)