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

Update postgres:14.10-alpine Docker digest to 46c961d #724

Merged
merged 1 commit into from
Dec 9, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.10-alpine@sha256:96ba7b94dae85f9dc4e60ad9997c30a8384a99709db413b0ec2bd12be444a6cf
image: postgres:14.10-alpine@sha256:46c961dd978d99e82467fc062a2e805ff61332933b54a2a6ffcb3070f5c42c70
restart: always
# These will be used in homeserver.yaml later on
environment:
Expand Down Expand Up @@ -82,7 +82,7 @@ services:
default:

postgres-telegram:
image: postgres:14.10-alpine@sha256:96ba7b94dae85f9dc4e60ad9997c30a8384a99709db413b0ec2bd12be444a6cf
image: postgres:14.10-alpine@sha256:46c961dd978d99e82467fc062a2e805ff61332933b54a2a6ffcb3070f5c42c70
restart: always
environment:
- POSTGRES_DB=telegram
Expand All @@ -105,7 +105,7 @@ services:
target: /data/config.yaml

postgres-discord:
image: postgres:14.10-alpine@sha256:96ba7b94dae85f9dc4e60ad9997c30a8384a99709db413b0ec2bd12be444a6cf
image: postgres:14.10-alpine@sha256:46c961dd978d99e82467fc062a2e805ff61332933b54a2a6ffcb3070f5c42c70
restart: always
environment:
- POSTGRES_DB=discord
Expand Down