Skip to content

Commit

Permalink
Update postgres:14.13-alpine Docker digest to 3f5fc44 (#14)
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 Nov 13, 2024
1 parent 3dfc966 commit f0dd32d
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:b1ccc3a3afbe23d046fe1ee0bbec64f29df117790035a79a032f2b440757bc73
image: postgres:14.13-alpine@sha256:3f5fc44eeb8e8b42448e218f05299105761a2c33b54a89d9fd06c87cd5f7b043
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:b1ccc3a3afbe23d046fe1ee0bbec64f29df117790035a79a032f2b440757bc73
image: postgres:14.13-alpine@sha256:3f5fc44eeb8e8b42448e218f05299105761a2c33b54a89d9fd06c87cd5f7b043
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:b1ccc3a3afbe23d046fe1ee0bbec64f29df117790035a79a032f2b440757bc73
image: postgres:14.13-alpine@sha256:3f5fc44eeb8e8b42448e218f05299105761a2c33b54a89d9fd06c87cd5f7b043
restart: always
environment:
- POSTGRES_DB=discord
Expand Down

0 comments on commit f0dd32d

Please sign in to comment.