Skip to content

Commit

Permalink
Merge pull request #57 from PatrickOHara/fix-docker
Browse files Browse the repository at this point in the history
Upgrade docker python version
  • Loading branch information
PatrickOHara authored Jan 29, 2024
2 parents d9fdbd7 + bc68698 commit 62a680e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ persistent=yes

# Minimum Python version to use for version dependent checks. Will default to
# the version used to run pylint.
py-version=3.8
py-version=3.10

# Discover python modules and packages in the file system subtree.
recursive=no
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.8
FROM python:3.12

WORKDIR /app

Expand Down

0 comments on commit 62a680e

Please sign in to comment.