diff --git a/devops-tools/fastapi/other-examples/fastapi-upload-example/Dockerfile b/devops-tools/fastapi/other-examples/fastapi-upload-example/Dockerfile index 97b2fce..a7a3505 100644 --- a/devops-tools/fastapi/other-examples/fastapi-upload-example/Dockerfile +++ b/devops-tools/fastapi/other-examples/fastapi-upload-example/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.13.0b1-slim-bullseye +FROM python:3.13.0rc1-slim-bullseye COPY requirements.txt /requirements.txt RUN pip install -r requirements.txt