We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d59c0aa commit 082903cCopy full SHA for 082903c
docker-compose.yml
@@ -132,7 +132,7 @@ services:
132
postgres:
133
<<: *restart_policy
134
# Using the same postgres version as Sentry dev for consistency purposes
135
- image: "postgres:14.5"
+ image: "postgres:14.11-alpine"
136
healthcheck:
137
<<: *healthcheck_defaults
138
# Using default user "postgres" from sentry/sentry.conf.example.py or value of POSTGRES_USER if provided
0 commit comments