python3.1

This commit is contained in:
Mateusz Gruszczyński
2025-09-27 21:28:17 +02:00
parent 0d09abc4eb
commit c0daa93fe9

View File

@@ -1,4 +1,5 @@
FROM python:3.13-slim
#FROM python:3.13-slim
FROM python:3.14-rc-trixie
WORKDIR /app
RUN apt-get update && apt-get install -y --no-install-recommends \