tiangolo / uvicorn-gunicorn-fastapi-docker

Docker image with Uvicorn managed by Gunicorn for high-performance FastAPI web applications in Python with performance auto-tuning.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

python3.8 tag isn't up to date with latest

TimOrme opened this issue · comments

Python3.8 tag hasn't been updated to latest python version:

 % docker run -it tiangolo/uvicorn-gunicorn-fastapi:python3.8 python --version
Python 3.8.2

But the latest tag is correct:

 % docker run -it tiangolo/uvicorn-gunicorn-fastapi:latest python --version   
Python 3.8.6

According to the README, these should be the same however.

Related to #53.