2
0

fix(versioning): Fix leftover snuba:latest in cleanup

Follow up to #509.
This commit is contained in:
Burak Yigit Kaya 2020-05-23 22:38:30 +03:00
parent e8d8cda688
commit b651fc7fda
No known key found for this signature in database
GPG Key ID: C2F03C406631065D

View File

@ -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