From b651fc7fdaa1e8aed4cf30396adeac2b95ebec59 Mon Sep 17 00:00:00 2001 From: Burak Yigit Kaya Date: Sat, 23 May 2020 22:38:30 +0300 Subject: [PATCH] fix(versioning): Fix leftover snuba:latest in cleanup Follow up to #509. --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index f0fce4e..39cce8e 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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