Skip to content

Commit

Permalink
Updated docker file to use python 3.12x, and therefore fixed python c… (
Browse files Browse the repository at this point in the history
  • Loading branch information
JessicaTegner authored Feb 15, 2024
1 parent 760b066 commit 66f2427
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
# --------------------------------------------------------------------------

# Use Python 3.9
FROM python:3.9
FROM python:3.12
# Not sure if this line needs updating, I think this person no longer works on the project?
LABEL author Marc Abramowitz <marc@marc-abramowitz.com>
LABEL author Jessica Tegner <jessica@jessicategner.com> and pypandoc contributors
# Update apt packages and install pandoc
RUN apt update && apt upgrade -y && apt install pandoc -y
# Update pip
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ packages = [
]

[tool.poetry.dependencies]
python = ">=3.7,<=3.12"
python = ">=3.7,<3.13"

[tool.poetry.dev-dependencies]
pandocfilters = "^1.5"
Expand Down

0 comments on commit 66f2427

Please sign in to comment.