We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c44d50d commit 279835fCopy full SHA for 279835f
Makefile
@@ -25,6 +25,10 @@ images: mod.vendor
25
--build-arg plugin_version=$(PLUGIN_VERSION) \
26
--build-arg fluent_bit_version=$(FLUENT_BIT_1_8) \
27
-t $(DOCKER_IMAGE):$(PLUGIN_VERSION)-fluent-bit-$(FLUENT_BIT_1_8) .
28
+ docker build \
29
+ --build-arg plugin_version=$(PLUGIN_VERSION) \
30
+ --build-arg fluent_bit_version=$(FLUENT_BIT_1_9) \
31
+ -t $(DOCKER_IMAGE):$(PLUGIN_VERSION)-fluent-bit-$(FLUENT_BIT_1_9) .
32
33
precommit: mod.tidy fmt vet
34
0 commit comments