diff --git a/Dockerfile b/Dockerfile index 41061ac..f770a22 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3-slim AS builder +FROM python:3.13.0b3-slim AS builder ADD . /app WORKDIR /app