Skip to content

Commit

Permalink
~fix docker image versions
Browse files Browse the repository at this point in the history
Refer to PR comments for details - saleor#3742
  • Loading branch information
ashishnitinpatil authored Feb 18, 2019
1 parent 332a1ef commit dfed7e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ services:
- redis

db:
image: library/postgres:9.4-alpine
image: library/postgres:11.1-alpine
restart: unless-stopped
networks:
- saleor-backend-tier
Expand All @@ -27,7 +27,7 @@ services:
- POSTGRES_PASSWORD=saleor

redis:
image: library/redis:4.0-alpine
image: library/redis:5.0-alpine
restart: unless-stopped
networks:
- saleor-backend-tier
Expand Down

0 comments on commit dfed7e7

Please sign in to comment.