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:
|
build:
|
||||||
context: ./cron
|
context: ./cron
|
||||||
args:
|
args:
|
||||||
BASE_IMAGE: 'getsentry/snuba:latest'
|
BASE_IMAGE: 'getsentry/snuba:$SENTRY_VERSION'
|
||||||
command: '"*/5 * * * * gosu snuba snuba cleanup --dry-run False"'
|
command: '"*/5 * * * * gosu snuba snuba cleanup --dry-run False"'
|
||||||
symbolicator:
|
symbolicator:
|
||||||
<< : *restart_policy
|
<< : *restart_policy
|
||||||
|
Reference in New Issue
Block a user