Skip to content
This repository has been archived by the owner on Feb 17, 2024. It is now read-only.

Commit

Permalink
Update postgres:14.9-alpine Docker digest to 6443baa
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 29, 2023
1 parent 8810dc6 commit 62baf99
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.9-alpine@sha256:8da7e8e94d4bcc28da8f222a4e259b6f7df2dc62640d104f81762678dc1e2200
image: postgres:14.9-alpine@sha256:6443baaf2f8c9ef30920ba8177cb2522a0ccb0e36e8b20d6cdcee2443702c4f9
restart: always
# These will be used in homeserver.yaml later on
environment:
Expand Down Expand Up @@ -86,7 +86,7 @@ services:
default:

postgres-telegram:
image: postgres:14.9-alpine@sha256:8da7e8e94d4bcc28da8f222a4e259b6f7df2dc62640d104f81762678dc1e2200
image: postgres:14.9-alpine@sha256:6443baaf2f8c9ef30920ba8177cb2522a0ccb0e36e8b20d6cdcee2443702c4f9
restart: always
environment:
- POSTGRES_DB=telegram
Expand All @@ -109,7 +109,7 @@ services:
target: /data/config.yaml

postgres-discord:
image: postgres:14.9-alpine@sha256:8da7e8e94d4bcc28da8f222a4e259b6f7df2dc62640d104f81762678dc1e2200
image: postgres:14.9-alpine@sha256:6443baaf2f8c9ef30920ba8177cb2522a0ccb0e36e8b20d6cdcee2443702c4f9
restart: always
environment:
- POSTGRES_DB=discord
Expand Down

0 comments on commit 62baf99

Please sign in to comment.