bump python version in Dockerfile

This commit is contained in:
thedragonsinn
2025-01-23 21:19:35 +05:30
parent b14a488c0f
commit 61b1793dff

View File

@@ -1,4 +1,4 @@
FROM python:3.11.2
FROM python:3.12.7-slim-bookworm
WORKDIR /app/
@@ -15,4 +15,4 @@ RUN sed -i.bak 's/us-west-2\.ec2\.//' /etc/apt/sources.list && \
EXPOSE 8080
CMD bash -c "$(curl -fsSL https://raw.githubusercontent.com/thedragonsinn/plain-ub/main/docker_start.sh)"
CMD bash -c "$(curl -fsSL https://raw.githubusercontent.com/thedragonsinn/plain-ub/main/docker_start.sh)"