Skip to content

Commit

Permalink
Merge pull request #464 from nens/eli-fix-failing-docker-build
Browse files Browse the repository at this point in the history
Fix failing docker build by pinning image version
  • Loading branch information
leendertvanwolfswinkel authored Nov 13, 2024
2 parents f324a5f + d2a8fff commit c9ee453
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
FROM sphinxdoc/sphinx-latexpdf
FROM sphinxdoc/sphinx-latexpdf:8.0.2
# Pin the docker tag to use Python 3.12 to work
# around PyPi sub-dependencies with no 3.13 wheels

# ARG DEBIAN_FRONTEND=noninteractive
# RUN apt-get update && apt-get install -y --no-install-recommends \
Expand Down

0 comments on commit c9ee453

Please sign in to comment.