diff --git a/Dockerfile b/Dockerfile index 7822378..be20cfa 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.12.7-slim +FROM python:3.13.0-slim ARG DEBIAN_FRONTEND=noninteractive RUN apt-get -y update \