Skip to content

Commit

Permalink
Update postgres:14.15-alpine Docker digest to f7f3d26 (#59)
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 Jan 12, 2025
1 parent 0e8a6b3 commit de20afd
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:33cffe13f1a9661a69115198b1b9106762a5d3c9bef0df3f4f232694e76e47e7
image: postgres:14.15-alpine@sha256:f7f3d26e4ad8f49b41d89aa5ae57f84083820522b0ff5caa12a9d616ff4028c9
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:33cffe13f1a9661a69115198b1b9106762a5d3c9bef0df3f4f232694e76e47e7
image: postgres:14.15-alpine@sha256:f7f3d26e4ad8f49b41d89aa5ae57f84083820522b0ff5caa12a9d616ff4028c9
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:33cffe13f1a9661a69115198b1b9106762a5d3c9bef0df3f4f232694e76e47e7
image: postgres:14.15-alpine@sha256:f7f3d26e4ad8f49b41d89aa5ae57f84083820522b0ff5caa12a9d616ff4028c9
restart: always
environment:
- POSTGRES_DB=discord
Expand Down

0 comments on commit de20afd

Please sign in to comment.