Skip to content

Commit

Permalink
Switch to python3.9 and gold fig's postgres image (smaller, includes …
Browse files Browse the repository at this point in the history
…plv8)
  • Loading branch information
Greg Soltis committed Mar 11, 2021
1 parent ed754ed commit 9f7f037
Show file tree
Hide file tree
Showing 5 changed files with 110 additions and 151 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.7-slim
FROM python:3.9-slim

ADD https://github.com/amacneil/dbmate/releases/download/v1.11.0/dbmate-linux-amd64 /app/dbmate
RUN chmod a+x /app/dbmate
Expand Down
10 changes: 6 additions & 4 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,12 @@ pytest-postgresql = "*"
yapf = "*"
sqlalchemy-stubs = "*"
mypy = "*"
typing-extensions = "*"
typed-ast = "*"

[packages]
sqlalchemy = "==1.3.13"
psycopg2-binary = "==2.8.4"
psycopg2-binary = "==2.8.6"
jmespath = "==0.9.4"
jsonpatch = "==1.25"
pyyaml = "==5.3"
Expand All @@ -26,8 +28,8 @@ flask = "*"
requests = "*"
colr = "*"
python-dateutil = "*"
boto3 = "*"
botocore = "1.19.54"
boto3 = "==1.17.9"
botocore = "==1.20.9"

[requires]
python_version = "3.7"
python_version = "3.9"
Loading

0 comments on commit 9f7f037

Please sign in to comment.