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
|
- DRONE_RPC_SECRET=DRONE-SECRET
|
||||||
|
|
||||||
sentry-redis:
|
sentry-redis:
|
||||||
image: redis:5.0
|
image: redis:6
|
||||||
networks:
|
networks:
|
||||||
- sentry
|
- sentry
|
||||||
|
|
||||||
sentry-memcached:
|
sentry-memcached:
|
||||||
image: memcached:1.5-alpine
|
image: memcached:1
|
||||||
networks:
|
networks:
|
||||||
- sentry
|
- sentry
|
||||||
|
|
||||||
sentry-postgres:
|
sentry-postgres:
|
||||||
image: postgres:10
|
image: postgres:12
|
||||||
environment:
|
environment:
|
||||||
POSTGRES_USER: sentry
|
POSTGRES_USER: sentry
|
||||||
POSTGRES_PASSWORD: sentry
|
POSTGRES_PASSWORD: sentry
|
||||||
|
Reference in New Issue
Block a user