bump sentry dependency versions
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
26b8f43bdc
commit
2e4bb78823
@ -90,17 +90,17 @@ services:
|
||||
- DRONE_RPC_SECRET=DRONE-SECRET
|
||||
|
||||
sentry-redis:
|
||||
image: redis:5.0
|
||||
image: redis:6
|
||||
networks:
|
||||
- sentry
|
||||
|
||||
sentry-memcached:
|
||||
image: memcached:1.5-alpine
|
||||
image: memcached:1
|
||||
networks:
|
||||
- sentry
|
||||
|
||||
sentry-postgres:
|
||||
image: postgres:10
|
||||
image: postgres:12
|
||||
environment:
|
||||
POSTGRES_USER: sentry
|
||||
POSTGRES_PASSWORD: sentry
|
||||
|
Reference in New Issue
Block a user