Skip to content

Commit

Permalink
Merge pull request #1 from omardeleo/update-python-version
Browse files Browse the repository at this point in the history
Update Python version in Dockerfile and pyproject.toml
  • Loading branch information
bueller authored Mar 8, 2021
2 parents 09ace23 + 31b30e7 commit c002723
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 53 deletions.
2 changes: 1 addition & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.8-alpine3.13
FROM python:3.8.8-alpine3.13

WORKDIR /srv

Expand Down
102 changes: 51 additions & 51 deletions backend/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = ""
authors = ["Shipyard <[email protected]>"]

[tool.poetry.dependencies]
python = "3.8.7"
python = "3.8.8"
flask = "1.1.1"
uwsgi = "2.0.18"
flask-sqlalchemy = "2.4.1"
Expand Down

0 comments on commit c002723

Please sign in to comment.