Skip to content

Commit

Permalink
Update postgres:14.15-alpine Docker digest to ad10f63 (#43)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 10, 2024
1 parent c79c20e commit b91dc0b
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.15-alpine@sha256:51ce26e4463d434049b4b83e72eaaa008047a6a6cc65f2f3ee2ff3c183da0621
image: postgres:14.15-alpine@sha256:ad10f633e705f84c62b4ce756110e3d587312514942fe91dd08fae836873fcc6
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.15-alpine@sha256:51ce26e4463d434049b4b83e72eaaa008047a6a6cc65f2f3ee2ff3c183da0621
image: postgres:14.15-alpine@sha256:ad10f633e705f84c62b4ce756110e3d587312514942fe91dd08fae836873fcc6
restart: always
environment:
- POSTGRES_DB=telegram
Expand All @@ -98,7 +98,7 @@ services:
target: /data/config.yaml

postgres-discord:
image: postgres:14.15-alpine@sha256:51ce26e4463d434049b4b83e72eaaa008047a6a6cc65f2f3ee2ff3c183da0621
image: postgres:14.15-alpine@sha256:ad10f633e705f84c62b4ce756110e3d587312514942fe91dd08fae836873fcc6
restart: always
environment:
- POSTGRES_DB=discord
Expand Down

0 comments on commit b91dc0b

Please sign in to comment.