Skip to content

Commit 3b8435f

Browse files
committed
Bump to 7.4.5
1 parent 2522ad9 commit 3b8435f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

base/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM python:slim
33
LABEL org.opencontainers.image.authors="Sphinx Team <https://www.sphinx-doc.org/>"
44
LABEL org.opencontainers.image.documentation="https://sphinx-doc.org/"
55
LABEL org.opencontainers.image.source="https://github.com/sphinx-doc/sphinx-docker-images"
6-
LABEL org.opencontainers.image.version="7.4.4"
6+
LABEL org.opencontainers.image.version="7.4.5"
77
LABEL org.opencontainers.image.licenses="BSD-2-Clause"
88
LABEL org.opencontainers.image.description="Base container image for Sphinx"
99

@@ -18,6 +18,6 @@ RUN apt-get update \
1818
&& rm -rf /var/lib/apt/lists/*
1919

2020
RUN python3 -m pip install --no-cache-dir --upgrade pip \
21-
&& python3 -m pip install --no-cache-dir Sphinx==7.4.4 Pillow
21+
&& python3 -m pip install --no-cache-dir Sphinx==7.4.5 Pillow
2222

2323
CMD ["sphinx-build", "-M", "html", ".", "_build"]

latexpdf/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM python:slim
33
LABEL org.opencontainers.image.authors="Sphinx Team <https://www.sphinx-doc.org/>"
44
LABEL org.opencontainers.image.documentation="https://sphinx-doc.org/"
55
LABEL org.opencontainers.image.source="https://github.com/sphinx-doc/sphinx-docker-images"
6-
LABEL org.opencontainers.image.version="7.4.4"
6+
LABEL org.opencontainers.image.version="7.4.5"
77
LABEL org.opencontainers.image.licenses="BSD-2-Clause"
88
LABEL org.opencontainers.image.description="LaTeX container image for Sphinx"
99

@@ -33,6 +33,6 @@ RUN apt-get update \
3333
&& rm -rf /var/lib/apt/lists/*
3434

3535
RUN python3 -m pip install --no-cache-dir --upgrade pip \
36-
&& python3 -m pip install --no-cache-dir Sphinx==7.4.4 Pillow
36+
&& python3 -m pip install --no-cache-dir Sphinx==7.4.5 Pillow
3737

3838
CMD ["sphinx-build", "-M", "latexpdf", ".", "_build"]

0 commit comments

Comments
 (0)