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

Commit

Permalink
Update postgres:14.12-alpine Docker digest to 04b4484
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 19, 2024
1 parent d81c6ba commit ea317fe
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.12-alpine@sha256:a8acc7e332967b5091330f5a6d34f718dd20591541407cd10da2fc65d479efa6
image: postgres:14.12-alpine@sha256:04b4484989c8b2efa15c48438aa0c18e9fe02cad1a36f63fcec6ab27a203986b
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.12-alpine@sha256:a8acc7e332967b5091330f5a6d34f718dd20591541407cd10da2fc65d479efa6
image: postgres:14.12-alpine@sha256:04b4484989c8b2efa15c48438aa0c18e9fe02cad1a36f63fcec6ab27a203986b
restart: always
environment:
- POSTGRES_DB=telegram
Expand All @@ -98,7 +98,7 @@ services:
target: /data/config.yaml

postgres-discord:
image: postgres:14.12-alpine@sha256:a8acc7e332967b5091330f5a6d34f718dd20591541407cd10da2fc65d479efa6
image: postgres:14.12-alpine@sha256:04b4484989c8b2efa15c48438aa0c18e9fe02cad1a36f63fcec6ab27a203986b
restart: always
environment:
- POSTGRES_DB=discord
Expand Down

0 comments on commit ea317fe

Please sign in to comment.