Skip to content

Commit

Permalink
Merge pull request #42 from dojot/release/v0.4.2
Browse files Browse the repository at this point in the history
Release/v0.4.2
  • Loading branch information
Mariane Previde authored Mar 4, 2020
2 parents 9f7cd46 + e121a52 commit 3ddc22d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions local/compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '2.1'
services:

postgres:
image: "postgres:9.4"
image: "postgres:9.4.24-alpine"
restart: always
healthcheck:
test: ["CMD", "pg_isready", "-U", "postgres"]
Expand All @@ -21,4 +21,4 @@ services:
environment:
MINIO_ACCESS_KEY: 9HEODSF6WQN5EZ39DM7Z
MINIO_SECRET_KEY: fT5nAgHR9pkj0yYsBdc4p+PPq6ArjshcPdz0HA6W
command: server /data
command: server /data
6 changes: 3 additions & 3 deletions requirements/test_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
requests==2.18.0
urllib3==1.21.1
PyJWT==1.5.3
dredd-hooks==0.1.3
marshmallow==3.0.0b7
requests==2.22.0
urllib3==1.25.7
marshmallow==3.0.0b7

0 comments on commit 3ddc22d

Please sign in to comment.