Skip to content

Commit

Permalink
chore(deps): update postgres docker tag to v14.12
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 29, 2024
1 parent f3e70d5 commit 713489c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ x-healthcheck-defaults: &healthcheck_defaults
x-database-defaults: &postgres_defaults
<<: *restart_policy
# Using the same postgres version as Sentry dev for consistency purposes
image: "postgres:14.5"
image: "postgres:14.12"
healthcheck:
<<: *healthcheck_defaults
# Using default user "postgres"
Expand Down

0 comments on commit 713489c

Please sign in to comment.