Skip to content

Commit

Permalink
Update postgres:14.13-alpine Docker digest to 6872d66
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 12, 2024
1 parent c742d62 commit f5ec7d2
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:2d28cf41ec156f9a6dc9489fd3e5b59888f89229d68fc622efbfbe576e114b13
image: postgres:14.13-alpine@sha256:6872d664063220d7b0702314bb101f581c5ec8b54f88870d11d9e8c2f590e66b
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:2d28cf41ec156f9a6dc9489fd3e5b59888f89229d68fc622efbfbe576e114b13
image: postgres:14.13-alpine@sha256:6872d664063220d7b0702314bb101f581c5ec8b54f88870d11d9e8c2f590e66b
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:2d28cf41ec156f9a6dc9489fd3e5b59888f89229d68fc622efbfbe576e114b13
image: postgres:14.13-alpine@sha256:6872d664063220d7b0702314bb101f581c5ec8b54f88870d11d9e8c2f590e66b
restart: always
environment:
- POSTGRES_DB=discord
Expand Down

0 comments on commit f5ec7d2

Please sign in to comment.