Skip to content

Commit

Permalink
Use non-alpine postgres (getsentry#3116)
Browse files Browse the repository at this point in the history
use non-alpine postgres
  • Loading branch information
hubertdeng123 authored and jamesbaber1 committed Jun 20, 2024
1 parent e45b632 commit b1dcac8
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 @@ -132,7 +132,7 @@ services:
postgres:
<<: *restart_policy
# Using the same postgres version as Sentry dev for consistency purposes
image: "postgres:14.11-alpine"
image: "postgres:14.11"
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 b1dcac8

Please sign in to comment.