diff --git a/Dockerfile b/Dockerfile index 30f3c21..3544500 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.10-slim-bullseye +FROM python:3.12-slim-bullseye RUN apt update && apt install -y git