Skip to content

Commit 57daccd

Browse files
committed
fix(versioning): Fix leftover snuba:latest in cleanup
Follow up to #509.
1 parent 80938b4 commit 57daccd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ services:
126126
build:
127127
context: ./cron
128128
args:
129-
BASE_IMAGE: 'getsentry/snuba:latest'
129+
BASE_IMAGE: 'getsentry/snuba:$SENTRY_VERSION'
130130
command: '"*/5 * * * * gosu snuba snuba cleanup --dry-run False"'
131131
symbolicator:
132132
<< : *restart_policy

0 commit comments

Comments
 (0)