Skip to content

Commit

Permalink
chore(deps): update postgres docker tag to v15.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 14, 2023
1 parent f58d1ca commit 760c081
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.5-alpine
container_name: postgres
restart: always
healthcheck:
Expand Down

0 comments on commit 760c081

Please sign in to comment.