diff --git a/Dockerfile b/Dockerfile index c4f05d0..8e0b32e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11.2-slim +FROM python:3.12.4-slim RUN apt-get update && \ apt-cache madison git | awk 'END {print $3}' | xargs -i apt-get install -y --no-install-recommends git={} && \