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

Commit

Permalink
Update postgres:15.4-alpine Docker digest to 88ec21d
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 29, 2023
1 parent 8810dc6 commit fb22590
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion matrix/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ services:
target: /etc/coturn/turnserver.conf

postgres-sync:
image: postgres:15.4-alpine@sha256:f36c528a2dc8747ea40b4cb8578da69fa75c5063fd6a71dcea3e3b2a6404ff7b
image: postgres:15.4-alpine@sha256:88ec21dc6aefcae26cf91d385dc48fc777614bb3c141cdec2db77d756c3ffe7b
restart: always
# These will be used in homeserver.yaml later on
environment:
Expand Down
2 changes: 1 addition & 1 deletion piped/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ services:
- web

postgres:
image: postgres:15.4-alpine@sha256:8bc3c893342c766481df5fde58fab6f1a1115b94eb56778126163305243e9709
image: postgres:15.4-alpine@sha256:88ec21dc6aefcae26cf91d385dc48fc777614bb3c141cdec2db77d756c3ffe7b
container_name: piped-postgres
restart: always
volumes:
Expand Down

0 comments on commit fb22590

Please sign in to comment.