Skip to content

Commit

Permalink
Update postgres:14.15-alpine Docker digest to f0b81e9 (#45)
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 Dec 10, 2024
1 parent b91dc0b commit 8bab8db
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:ad10f633e705f84c62b4ce756110e3d587312514942fe91dd08fae836873fcc6
image: postgres:14.15-alpine@sha256:f0b81e9c8e14c383a01f031aa8c483ea3f5db47ea0e3e0f785539d216818108f
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:ad10f633e705f84c62b4ce756110e3d587312514942fe91dd08fae836873fcc6
image: postgres:14.15-alpine@sha256:f0b81e9c8e14c383a01f031aa8c483ea3f5db47ea0e3e0f785539d216818108f
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:ad10f633e705f84c62b4ce756110e3d587312514942fe91dd08fae836873fcc6
image: postgres:14.15-alpine@sha256:f0b81e9c8e14c383a01f031aa8c483ea3f5db47ea0e3e0f785539d216818108f
restart: always
environment:
- POSTGRES_DB=discord
Expand Down

0 comments on commit 8bab8db

Please sign in to comment.