diff --git a/fast-api/Dockerfile b/fast-api/Dockerfile index 4625cb0..4e7f4a3 100644 --- a/fast-api/Dockerfile +++ b/fast-api/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.13.0b2-slim AS base +FROM python:3.14.0a1-slim AS base ARG WORKDIR=/app