added docker-compose for linux fixed

This commit is contained in:
2026-02-21 20:01:31 +02:00
parent 58b1ae9a5e
commit aa55bb4667
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM python:3.11-slim
FROM python:3.12-slim
RUN apt-get update && apt-get install -y --no-install-recommends socat && rm -rf /var/lib/apt/lists/*