bump python version in Dockerfile
This commit is contained in:
@@ -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)"
|
||||
|
||||
Reference in New Issue
Block a user