File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11COMPOSE_PROJECT_NAME = sentry_onpremise
22SENTRY_EVENT_RETENTION_DAYS = 90
3- SENTRY_VERSION = latest
3+ SENTRY_VERSION = 10.0.0
Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ services:
130130 command : ' "*/5 * * * * gosu snuba snuba cleanup --dry-run False"'
131131 symbolicator :
132132 << : *restart_policy
133- image : ' getsentry/symbolicator:latest '
133+ image : ' getsentry/symbolicator:8ac8f400fb7416c6c46fad856cdba2bc70c27c6c '
134134 volumes :
135135 - ' sentry-symbolicator:/data'
136136 command : run
@@ -140,7 +140,7 @@ services:
140140 build :
141141 context : ./cron
142142 args :
143- BASE_IMAGE : ' getsentry/symbolicator:latest '
143+ BASE_IMAGE : ' getsentry/symbolicator:8ac8f400fb7416c6c46fad856cdba2bc70c27c6c '
144144 command : ' "55 23 * * * gosu symbolicator symbolicator cleanup"'
145145 volumes :
146146 - ' sentry-symbolicator:/data'
You can’t perform that action at this time.
0 commit comments