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 18, 2022
1 parent e31ea65 commit 4fa6af0
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:4f87fce212ca9d435cb3ee66c030fdda06648ed839e3e73a67b708e64508dd04
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:43d0cc51e306de5cc3b408bba9f5b313ab1d6cb136113d21bef8f6d7c5e5962f
environment:
POSTGRES_USER: kong
POSTGRES_DB: kong
Expand Down

0 comments on commit 4fa6af0

Please sign in to comment.