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

Commit

Permalink
Update postgres:14.11-alpine Docker digest to 36ac395
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 19, 2024
1 parent f07c511 commit 42f1176
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:d7bbc706fa7c392b30bb18e36f52374df5efc7d5d82fecc4d41c542b6b7e7212
image: postgres:14.11-alpine@sha256:36ac395a179b1a85d528670839d9e5787a690ec672ee9ff087ada5ddd8db798a
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.11-alpine@sha256:d7bbc706fa7c392b30bb18e36f52374df5efc7d5d82fecc4d41c542b6b7e7212
image: postgres:14.11-alpine@sha256:36ac395a179b1a85d528670839d9e5787a690ec672ee9ff087ada5ddd8db798a
restart: always
environment:
- POSTGRES_DB=telegram
Expand All @@ -98,7 +98,7 @@ services:
target: /data/config.yaml

postgres-discord:
image: postgres:14.11-alpine@sha256:d7bbc706fa7c392b30bb18e36f52374df5efc7d5d82fecc4d41c542b6b7e7212
image: postgres:14.11-alpine@sha256:36ac395a179b1a85d528670839d9e5787a690ec672ee9ff087ada5ddd8db798a
restart: always
environment:
- POSTGRES_DB=discord
Expand Down

0 comments on commit 42f1176

Please sign in to comment.