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 Oct 9, 2024
1 parent 549f966 commit bb2494e
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 @@ -58,7 +58,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 @@ -73,7 +73,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 bb2494e

Please sign in to comment.