Skip to content

Commit

Permalink
chore(docker): update dependency postgres to v12.11
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 29, 2022
1 parent e31ea65 commit 93d557f
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 @@ -20,7 +20,7 @@ services:
RABBITMQ_DEFAULT_VHOST: db

postgres:
image: postgres:12.10-alpine@sha256:cda55baf3fddc0718a6ccc84d2e5c6d2ea5f3b29d5b5b801a546631163201d49
image: postgres:12.11-alpine@sha256:132eae23d9ea2159c85f02eb42f35177d363aa9af5288b35f8856c8798674741
ports:
- "5432:5432"
environment:
Expand All @@ -30,7 +30,7 @@ services:
POSTGRES_DB: db

postgres-kong:
image: postgres:12.10@sha256:dccefcef098597b666c0a7012ffdb0187a84fd48868c1165cb72d031f0e36e7c
image: postgres:12.11@sha256:ac845e93b39aa367cba973d5be8f7a92c325413ecfb197190423f5d718edbe6f
environment:
POSTGRES_USER: kong
POSTGRES_DB: kong
Expand Down

0 comments on commit 93d557f

Please sign in to comment.