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