diff --git a/compose/local/docs/Dockerfile b/compose/local/docs/Dockerfile index 82ede1f..fddd49c 100644 --- a/compose/local/docs/Dockerfile +++ b/compose/local/docs/Dockerfile @@ -1,5 +1,5 @@ # define an alias for the specific python version used in this file. -FROM python:3.11.10-slim-bullseye as python +FROM python:3.11.11-slim-bullseye as python # Python build stage