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.5-alpine Docker digest to fd38b58
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 30, 2024
1 parent 1677c1a commit 3624f61
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 @@ -131,7 +131,7 @@ services:
target: /etc/eturnal.yml

postgres-sync:
image: postgres:15.5-alpine@sha256:ddaa3615f15a3d0ba9ef5f9af398d093fcce511fea1187049444fcd09626c21a
image: postgres:15.5-alpine@sha256:fd38b581ac045338d356a3c7f0bb6cfd019b358385bc20409f104c33cb788f9b
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.5-alpine@sha256:ddaa3615f15a3d0ba9ef5f9af398d093fcce511fea1187049444fcd09626c21a
image: postgres:15.5-alpine@sha256:fd38b581ac045338d356a3c7f0bb6cfd019b358385bc20409f104c33cb788f9b
container_name: piped-postgres
restart: always
volumes:
Expand Down

0 comments on commit 3624f61

Please sign in to comment.