missed one arg in the buildx command.

This commit is contained in:
Brian Munro
2022-03-16 06:39:55 +02:00
parent 7e6f7c524a
commit 7793f927d8
+1
View File
@@ -25,6 +25,7 @@ docker buildx build \
--build-arg OPENRESTY_VERSION \
--build-arg LUA_VERSION \
--build-arg LUAROCKS_VERSION \
--build-arg CROWDSEC_OPENRESTY_BOUNCER_VERSION \
$@ \
.