diff --git a/infrastructure/docker/Dockerfile b/infrastructure/docker/Dockerfile index 7b671f3..d0cb977 100644 --- a/infrastructure/docker/Dockerfile +++ b/infrastructure/docker/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.10-slim +FROM python:3.12-slim # make sure it doesnt fail if the docker file doesnt know the git commit ARG GIT_PYTHON_REFRESH=quiet