Skip to content

Commit

Permalink
Update postgres Docker tag to v14.14
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 14, 2024
1 parent da423a4 commit 3e8748d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions matrix/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ networks:

services:
postgres:
image: postgres:14.13-alpine@sha256:3f5fc44eeb8e8b42448e218f05299105761a2c33b54a89d9fd06c87cd5f7b043
image: postgres:14.14-alpine@sha256:eb37f58646a901dc7727cf448cae36daaefaba79de33b5058dab79aa4c04aefb
restart: always
# These will be used in homeserver.yaml later on
environment:
Expand Down Expand Up @@ -75,7 +75,7 @@ services:
default:

postgres-telegram:
image: postgres:14.13-alpine@sha256:3f5fc44eeb8e8b42448e218f05299105761a2c33b54a89d9fd06c87cd5f7b043
image: postgres:14.14-alpine@sha256:eb37f58646a901dc7727cf448cae36daaefaba79de33b5058dab79aa4c04aefb
restart: always
environment:
- POSTGRES_DB=telegram
Expand All @@ -98,7 +98,7 @@ services:
target: /data/config.yaml

postgres-discord:
image: postgres:14.13-alpine@sha256:3f5fc44eeb8e8b42448e218f05299105761a2c33b54a89d9fd06c87cd5f7b043
image: postgres:14.14-alpine@sha256:eb37f58646a901dc7727cf448cae36daaefaba79de33b5058dab79aa4c04aefb
restart: always
environment:
- POSTGRES_DB=discord
Expand Down

0 comments on commit 3e8748d

Please sign in to comment.