Skip to content

Commit

Permalink
chore(deps): update postgres docker tag to v10.13
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and Jolg42 committed Jun 2, 2020
1 parent 1f4aca0 commit 4e0af7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/.buildkite/databases-only/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
# - TEST_MARIADB_URI=mysql://prisma:prisma@localhost:4306/tests

postgres:
image: postgres:10.12
image: postgres:10.13
restart: always
environment:
- POSTGRES_USER=prisma
Expand Down
2 changes: 1 addition & 1 deletion src/.buildkite/publish/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ services:
# - mariadb

postgres:
image: postgres:10.12
image: postgres:10.13
restart: always
environment:
- POSTGRES_USER=prisma
Expand Down

0 comments on commit 4e0af7a

Please sign in to comment.