fix(versioning): Fix leftover snuba:latest in cleanup
Follow up to #509.
This commit is contained in:
		@@ -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