diff --git a/compose/local/docs/Dockerfile b/compose/local/docs/Dockerfile index 9a27f319..04158547 100644 --- a/compose/local/docs/Dockerfile +++ b/compose/local/docs/Dockerfile @@ -1,5 +1,5 @@ # define an alias for the specfic python version used in this file. -FROM python:3.10.14-slim-bullseye as python +FROM python:3.10.15-slim-bullseye as python # Python build stage FROM python AS python-build-stage