Skip to content

Commit

Permalink
fix postgres version
Browse files Browse the repository at this point in the history
  • Loading branch information
Mariane Previde committed Feb 21, 2020
1 parent 78a24ac commit 316602c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ services:
restart: always

postgres-users:
image: postgres:9.4-alpine
image: postgres:9.4.24-alpine
restart: on-failure
command: >
bash -c "createuser kong -d -h postgres -U postgres && createdb kong -U kong -h postgres"
Expand All @@ -26,7 +26,7 @@ services:
max-size: 100m

postgres:
image: "postgres:9.4"
image: postgres:9.4.24-alpine
restart: always
healthcheck:
test: ["CMD", "pg_isready", "-U", "postgres"]
Expand Down

0 comments on commit 316602c

Please sign in to comment.