We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8326582 commit ebca0bbCopy full SHA for ebca0bb
1 file changed
maxdiffusion_dependencies.Dockerfile
@@ -1,12 +1,12 @@
1
-# Use Python 3.10-slim-bullseye as the base image
2
-FROM python:3.10-slim-bullseye
+# Use Python 3.12-slim-bullseye as the base image
+FROM python:3.12-slim-bullseye
3
4
# Environment variable for no-cache-dir and pip root user warning
5
ENV PIP_NO_CACHE_DIR=1
6
ENV PIP_ROOT_USER_ACTION=ignore
7
8
# Set environment variables for Google Cloud SDK and Python 3.10
9
-ENV PYTHON_VERSION=3.10
+ENV PYTHON_VERSION=3.12
10
ENV CLOUD_SDK_VERSION=latest
11
12
# Set DEBIAN_FRONTEND to noninteractive to avoid frontend errors
0 commit comments