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

Commit

Permalink
Update postgres:15.8-alpine Docker digest to aa6a0e0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 7, 2024
1 parent b16c047 commit 7f61821
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 @@ -136,7 +136,7 @@ services:
target: /etc/eturnal.yml

postgres-sync:
image: postgres:15.8-alpine@sha256:fa484d844b88ac34811daf3da66af1fd17e34b0e1ff5d1b6f904269c85890dc0
image: postgres:15.8-alpine@sha256:aa6a0e00610c0d1809d45bfc1f0c1c8ad3486e415c844030ce0422fe65e36919
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 @@ -63,7 +63,7 @@ services:
- web

postgres:
image: postgres:15.8-alpine@sha256:fa484d844b88ac34811daf3da66af1fd17e34b0e1ff5d1b6f904269c85890dc0
image: postgres:15.8-alpine@sha256:aa6a0e00610c0d1809d45bfc1f0c1c8ad3486e415c844030ce0422fe65e36919
container_name: piped-postgres
restart: always
volumes:
Expand Down

0 comments on commit 7f61821

Please sign in to comment.