Skip to content

Commit

Permalink
chore(deps): update postgres docker tag to v15.7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 10, 2024
1 parent aaeba8b commit 666dfee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/core/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ services:
postgres:
# How to upgrade to a major version
# https://github.com/tianon/docker-postgres-upgrade
image: postgres:15.4-alpine
image: postgres:15.7-alpine
container_name: postgres
restart: always
healthcheck:
Expand Down

0 comments on commit 666dfee

Please sign in to comment.