Skip to content

Commit

Permalink
chore(deps): update postgres docker tag to v15.8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 17, 2024
1 parent b6b79d1 commit 417c168
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion services/personal-mastodon-instance/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ services:
personal-mastodon-instance-postgres:
# How to upgrade to a major version
# https://github.com/tianon/docker-postgres-upgrade
image: postgres:15.4-alpine
image: postgres:15.8-alpine
container_name: personal-mastodon-instance-postgres
restart: always
healthcheck:
Expand Down
2 changes: 1 addition & 1 deletion services/professional-mastodon-instance/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ services:
professional-mastodon-instance-postgres:
# How to upgrade to a major version
# https://github.com/tianon/docker-postgres-upgrade
image: postgres:15.4-alpine
image: postgres:15.8-alpine
container_name: professional-mastodon-instance-postgres
restart: always
healthcheck:
Expand Down

0 comments on commit 417c168

Please sign in to comment.