diff --git a/Dockerfile b/Dockerfile index a83adef2ce..dd6b8673f3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.8-alpine +FROM python:3.14.0a2-alpine # Define the working directory. # Note: There is no code here; it is pulled from the repository by mounting