Skip to content
This repository was archived by the owner on Aug 18, 2022. It is now read-only.

Commit 418471b

Browse files
committed
fix typo in build hook
1 parent e0640ef commit 418471b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hooks/build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/usr/bin/env sh
22
export LIBRDKAFKA_VERSION=0.11.6-r0
33
export EXT_RDKAFKA_VERSION=3.0.5
4-
docker build ---build-arg LIBRDKAFKA_VERSION=$LIBRDKAFKA_VERSION --build-arg EXT_RDKAFKA_VERSION=$EXT_RDKAFKA_VERSION -t lib-$LIBRDKAFKA_VERSION-ext-$EXT_RDKAFKA_VERSION .
4+
docker build --build-arg LIBRDKAFKA_VERSION=$LIBRDKAFKA_VERSION --build-arg EXT_RDKAFKA_VERSION=$EXT_RDKAFKA_VERSION -t lib-$LIBRDKAFKA_VERSION-ext-$EXT_RDKAFKA_VERSION .

0 commit comments

Comments
 (0)