switch to py 3.13

This commit is contained in:
2025-01-11 15:24:44 -07:00
parent 029b79f56e
commit a3783998f0
5 changed files with 6 additions and 58 deletions

View File

@@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1
## base image
FROM python:3.12-slim AS base
FROM python:3.13-slim AS base
ENV PYTHONUNBUFFERED=1 \
PYTHONDONTWRITEBYTECODE=1 \