Skip to content

Commit

Permalink
Set python_full_version in Pipfile
Browse files Browse the repository at this point in the history
  • Loading branch information
hnryjmes committed Sep 15, 2023
1 parent f18f5c1 commit 914f32f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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.18-slim
FROM python:3.8.17-slim

WORKDIR /app

Expand Down
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ psycopg2-binary = "~=2.9.3"
setuptools = "~=65.5.1"

[requires]
python_version = "3.8"
python_full_version = "3.8.17"
4 changes: 2 additions & 2 deletions Pipfile.lock

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

0 comments on commit 914f32f

Please sign in to comment.