Update deploy/app/Dockerfile

This commit is contained in:
gru
2025-11-23 22:27:45 +01:00
parent 3be89fe9d8
commit 2c98d710f3

View File

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