diff --git a/Dockerfile b/Dockerfile index 31e9a20..a7bd1fa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.14-slim +FROM python:3.14-rc-slim WORKDIR /app COPY hello.py . RUN chmod +x hello.py