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.13-alpine Docker digest to cb8b94f
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 7, 2024
1 parent 51af4be commit fac1b05
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:32c5452bf4e1aa39b22b3e69793f839f1f7558aec6bef85000de4f78cc536845
image: postgres:14.13-alpine@sha256:cb8b94f9842610afd7479f302641727662c70a9b711e7e0d6586c1f89ce2ea9c
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:32c5452bf4e1aa39b22b3e69793f839f1f7558aec6bef85000de4f78cc536845
image: postgres:14.13-alpine@sha256:cb8b94f9842610afd7479f302641727662c70a9b711e7e0d6586c1f89ce2ea9c
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:32c5452bf4e1aa39b22b3e69793f839f1f7558aec6bef85000de4f78cc536845
image: postgres:14.13-alpine@sha256:cb8b94f9842610afd7479f302641727662c70a9b711e7e0d6586c1f89ce2ea9c
restart: always
environment:
- POSTGRES_DB=discord
Expand Down

0 comments on commit fac1b05

Please sign in to comment.