Skip to content

Commit 591865f

Browse files
committed
Bump to 7.3.4
1 parent 6d590fd commit 591865f

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.3.3"
6+
LABEL org.opencontainers.image.version = "7.3.4"
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.3.3 Pillow
21+
&& python3 -m pip install --no-cache-dir Sphinx==7.3.4 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.3.3"
6+
LABEL org.opencontainers.image.version = "7.3.4"
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.3.3 Pillow
36+
&& python3 -m pip install --no-cache-dir Sphinx==7.3.4 Pillow
3737

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

0 commit comments

Comments
 (0)