Loading Dockerfile +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 Loading Loading
Dockerfile +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 Loading