From f9c4384c7102429a28caf425680d3f130c948fa3 Mon Sep 17 00:00:00 2001 From: Grzegorz Matoga Date: Thu, 24 Jul 2025 18:26:54 +0200 Subject: [PATCH] docker image --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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