mirror of
https://github.com/mozilla/ichnaea.git
synced 2025-12-05 01:10:44 +00:00
Bump python from 3.10.6 to 3.11.3
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM python:3.10.6-slim
|
||||
FROM python:3.11.3-slim
|
||||
|
||||
# Set up user and group.
|
||||
ARG groupid=10001
|
||||
|
||||
@@ -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.
|
||||
# Otherwise this doesn't make any difference.
|
||||
BASEIMAGENAME="python:3.10.2-slim"
|
||||
BASEIMAGENAME="python:3.11.3-slim"
|
||||
TESTIMAGE="local/ichnaea_app"
|
||||
|
||||
# Start services in background (this is idempotent)
|
||||
|
||||
Reference in New Issue
Block a user