Skip to content

Commit ebca0bb

Browse files
Upgraded from python 3.10 to 3.12 for base image
1 parent 8326582 commit ebca0bb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

maxdiffusion_dependencies.Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# Use Python 3.10-slim-bullseye as the base image
2-
FROM python:3.10-slim-bullseye
1+
# Use Python 3.12-slim-bullseye as the base image
2+
FROM python:3.12-slim-bullseye
33

44
# Environment variable for no-cache-dir and pip root user warning
55
ENV PIP_NO_CACHE_DIR=1
66
ENV PIP_ROOT_USER_ACTION=ignore
77

88
# Set environment variables for Google Cloud SDK and Python 3.10
9-
ENV PYTHON_VERSION=3.10
9+
ENV PYTHON_VERSION=3.12
1010
ENV CLOUD_SDK_VERSION=latest
1111

1212
# Set DEBIAN_FRONTEND to noninteractive to avoid frontend errors

0 commit comments

Comments
 (0)