fix(versioning): Fix leftover snuba:latest in cleanup
Follow up to #509.
This commit is contained in:
parent
e8d8cda688
commit
b651fc7fda
@ -124,7 +124,7 @@ services:
|
||||
build:
|
||||
context: ./cron
|
||||
args:
|
||||
BASE_IMAGE: 'getsentry/snuba:latest'
|
||||
BASE_IMAGE: 'getsentry/snuba:$SENTRY_VERSION'
|
||||
command: '"*/5 * * * * gosu snuba snuba cleanup --dry-run False"'
|
||||
symbolicator:
|
||||
<< : *restart_policy
|
||||
|
Reference in New Issue
Block a user