diff --git a/docs/Dockerfile b/docs/Dockerfile index e425ae89bec..7d78107f2c4 100644 --- a/docs/Dockerfile +++ b/docs/Dockerfile @@ -2,7 +2,7 @@ # Run `docker build -t spotbugs-sphinx .` to build docker image, # and run `docker run -it -v $(pwd):/documents spotbugs-sphinx make html` to generate documents. -FROM sphinxdoc/sphinx:7.1.2 +FROM sphinxdoc/sphinx:7.3.7 WORKDIR /docs/docs RUN pip3 install --upgrade pip