Skip to content

Commit

Permalink
chore: add a fixed version in python, and update the requirements ver…
Browse files Browse the repository at this point in the history
…sion in JWT.
  • Loading branch information
nelsonwenner committed Jan 10, 2021
1 parent 2563699 commit b048b5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion micro-ecommerce-api/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3
FROM python:3.7

ENV DOCKERIZE_VERSION v0.6.1
RUN wget https://github.com/jwilder/dockerize/releases/download/$DOCKERIZE_VERSION/dockerize-linux-amd64-$DOCKERIZE_VERSION.tar.gz \
Expand Down
3 changes: 1 addition & 2 deletions micro-ecommerce-api/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ psycopg2==2.8.5
djangorestframework==3.11.0
django-polymorphic==2.1.2
django-rest-polymorphic==0.1.9
djangorestframework-simplejwt==4.3.0
djangorestframework-simplejwt==4.6.0
django-filter==2.2.0
django-cors-headers==3.4.0
Pillow==7.1.2
Expand All @@ -13,4 +13,3 @@ hashids==1.3.1
amqp==2.6.0
celery==4.4.3
kombu==4.6.9

0 comments on commit b048b5e

Please sign in to comment.