Fix docker-image make target (#8005)

This commit is contained in:
Patryk Małek 2020-09-03 17:38:19 +02:00 committed by GitHub
parent 160e1d11c7
commit 843ea4b6d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ clean:
.PHONY: docker-image
docker-image:
docker build -f scripts/stretch.docker -t "telegraf:$(COMMIT)" .
docker build -f scripts/stretch.docker -t "telegraf:$(commit)" .
plugins/parsers/influx/machine.go: plugins/parsers/influx/machine.go.rl
ragel -Z -G2 $^ -o $@