We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents afcc416 + bc4bdee commit 0729cdcCopy full SHA for 0729cdc
Dockerfile
@@ -2,7 +2,7 @@
2
3
###########################################################
4
# Base Python image. Set shared environment variables.
5
-FROM python:3.12-slim-bullseye AS base
+FROM python:3.13-slim-bullseye AS base
6
ENV PYTHONUNBUFFERED=1 \
7
PYTHONDONTWRITEBYTECODE=1 \
8
PIP_NO_CACHE_DIR=off \
0 commit comments