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.11-alpine Docker digest to 4d3d450
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 14, 2024
1 parent 83ce52b commit 57a9199
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.11-alpine@sha256:bc7b94e57929fb13b0351d57fc8f2c9dce4251135066df4fbe91783fa4c86d41
image: postgres:14.11-alpine@sha256:4d3d45051b91b6573a0d8fdcfb19702aa83a607a47526c62cf2e29ec92bc0218
restart: always
# These will be used in homeserver.yaml later on
environment:
Expand Down Expand Up @@ -82,7 +82,7 @@ services:
default:

postgres-telegram:
image: postgres:14.11-alpine@sha256:bc7b94e57929fb13b0351d57fc8f2c9dce4251135066df4fbe91783fa4c86d41
image: postgres:14.11-alpine@sha256:4d3d45051b91b6573a0d8fdcfb19702aa83a607a47526c62cf2e29ec92bc0218
restart: always
environment:
- POSTGRES_DB=telegram
Expand All @@ -105,7 +105,7 @@ services:
target: /data/config.yaml

postgres-discord:
image: postgres:14.11-alpine@sha256:bc7b94e57929fb13b0351d57fc8f2c9dce4251135066df4fbe91783fa4c86d41
image: postgres:14.11-alpine@sha256:4d3d45051b91b6573a0d8fdcfb19702aa83a607a47526c62cf2e29ec92bc0218
restart: always
environment:
- POSTGRES_DB=discord
Expand Down

0 comments on commit 57a9199

Please sign in to comment.