Co-authored-by: Fedor Batonogov <f.batonogov@yandex.ru>
This commit is contained in:
github-actions[bot]
2025-01-14 12:06:30 +03:00
committed by GitHub
parent 3024073a96
commit 0fc651fefe
4 changed files with 84 additions and 77 deletions

View File

@@ -1,5 +1,5 @@
# Базовый образ
FROM python:3.13.1-alpine
FROM python:3.13-alpine
# Устанавливаем переменные окружения
ENV PYTHONDONTWRITEBYTECODE=1 \