Skip to content
This repository has been archived by the owner on Oct 24, 2024. It is now read-only.

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 Jun 7, 2022
1 parent e31ea65 commit 83730a6
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:10d164c18533b20cd81e80f79d545693b609787e934cdb486f26ca478715228a
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:fe84844ef27aaaa52f6ec68d6b3c225d19eb4f54200a93466aa67798c99aa462
environment:
POSTGRES_USER: kong
POSTGRES_DB: kong
Expand Down

0 comments on commit 83730a6

Please sign in to comment.