Skip to content

Commit 419d6cc

Browse files
Use non-alpine postgres (#3116)
use non-alpine postgres
1 parent e8146ad commit 419d6cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ services:
132132
postgres:
133133
<<: *restart_policy
134134
# Using the same postgres version as Sentry dev for consistency purposes
135-
image: "postgres:14.11-alpine"
135+
image: "postgres:14.11"
136136
healthcheck:
137137
<<: *healthcheck_defaults
138138
# Using default user "postgres" from sentry/sentry.conf.example.py or value of POSTGRES_USER if provided

0 commit comments

Comments
 (0)