Commit d73b8957 authored by TheTechRobo's avatar TheTechRobo
Browse files

Target Python 3.11 in Dockerfile

parent 921ab993
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
FROM python:3.10-slim-bullseye
FROM python:3.11-slim-bullseye
RUN pip install --no-cache-dir gunicorn flask[async]
RUN apt install -y openssl
RUN apt clean