change python version
Gitea Actions Demo / build_and_push (push) Successful in 2m16s Details

This commit is contained in:
artem 2025-11-26 06:31:43 +03:00
parent 3ec3e2bba4
commit 5284558d4f
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM python:3.11-slim
FROM python:3.13-slim
# Install curl and CA certificates
RUN apt-get update && \