diff --git a/Dockerfile b/Dockerfile index 38427166..a8cf2b69 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12.0-bullseye AS i-doit-kb-build +FROM python:3.12.1-bullseye AS i-doit-kb-build RUN apt-get update && \ apt-get full-upgrade -y && \