We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 029b79f commit 87dc726Copy full SHA for 87dc726
Dockerfile
@@ -1,7 +1,7 @@
1
# syntax=docker/dockerfile:1
2
3
## base image
4
-FROM python:3.12-slim AS base
+FROM python:3.13-slim AS base
5
6
ENV PYTHONUNBUFFERED=1 \
7
PYTHONDONTWRITEBYTECODE=1 \
0 commit comments