Skip to content

Commit 5ee4c40

Browse files
committed
CI: Use python 3.9
1 parent ae78117 commit 5ee4c40

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/actions/sphinx-build-all/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:slim
1+
FROM python:3.9-slim
22

33
RUN apt-get update \
44
&& apt-get install -y \
@@ -14,4 +14,4 @@ RUN python3 -m pip install tox
1414

1515
COPY entrypoint.sh /entrypoint.sh
1616

17-
ENTRYPOINT ["/entrypoint.sh"]
17+
ENTRYPOINT ["/entrypoint.sh"]

0 commit comments

Comments
 (0)