Skip to content

Commit

Permalink
chore(deps): bump postgres to latest 14 alpine version
Browse files Browse the repository at this point in the history
  • Loading branch information
mdtro committed Apr 19, 2024
1 parent f666e1b commit 58f7c9b
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 @@ -130,7 +130,7 @@ services:
postgres:
<<: *restart_policy
# Using the same postgres version as Sentry dev for consistency purposes
image: "postgres:14.5"
image: "postgres:14.11-alpine"
healthcheck:
<<: *healthcheck_defaults
# Using default user "postgres" from sentry/sentry.conf.example.py or value of POSTGRES_USER if provided
Expand Down

0 comments on commit 58f7c9b

Please sign in to comment.