We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae78117 commit 5ee4c40Copy full SHA for 5ee4c40
1 file changed
.github/actions/sphinx-build-all/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM python:slim
+FROM python:3.9-slim
2
3
RUN apt-get update \
4
&& apt-get install -y \
@@ -14,4 +14,4 @@ RUN python3 -m pip install tox
14
15
COPY entrypoint.sh /entrypoint.sh
16
17
-ENTRYPOINT ["/entrypoint.sh"]
+ENTRYPOINT ["/entrypoint.sh"]
0 commit comments