diff --git a/Dockerfile b/Dockerfile index 6882af3..84a1733 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12-slim@sha256:423ed6ab25b1921a477529254bfeeabf5855151dc2c3141699a1bfc852199fbf +FROM python:3.14-slim@sha256:b877e50bd90de10af8d82c57a022fc2e0dc731c5320d762a27986facfc3355c1 RUN apt-get update -y && apt-get install -y wget unzip WORKDIR /app/ COPY . .