Skip to content
This repository has been archived by the owner on Jun 12, 2020. It is now read-only.

Commit

Permalink
move python to 3.8, upgrade psycopg to 2.84
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric committed May 29, 2020
1 parent 0eed034 commit f750702
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/app/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# You can use a specific version too, like python:3.6.5-alpine3.7
FROM python:3.7-alpine
FROM python:3.8-alpine

WORKDIR /usr/src/app

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ future==0.16.0
idna==2.5
oauthlib==2.0.2
pipi==1.0.1
psycopg2==2.7.3.1
psycopg2==2.8.4
pyasn1==0.4.8
pycryptodomex==3.4.6
pyjwkest==1.3.6
Expand Down

0 comments on commit f750702

Please sign in to comment.