diff --git a/Dockerfile b/Dockerfile index de476e8..f667ad7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ # Use the official Python 3 image. # https://hub.docker.com/_/python #FROM python:3.8.16-slim -FROM python:3.14.0-slim +FROM python:3.14.1-slim ARG DEBIAN_FRONTEND=noninteractive RUN apt-get -y update \