mirror of
https://github.com/eclipse-mosquitto/mosquitto.git
synced 2026-02-05 02:30:22 +08:00
Update Docker build command in Makefile
Add build argument VERSION to Docker build command
This commit is contained in:
2
Makefile
2
Makefile
@@ -179,4 +179,4 @@ localdocker : reallyclean
|
||||
cd dockertmp/; tar -zcf mosq.tar.gz mosquitto-${VERSION}/
|
||||
cp dockertmp/mosq.tar.gz docker/local
|
||||
rm -rf dockertmp/
|
||||
cd docker/local && docker build . -t eclipse-mosquitto:local
|
||||
cd docker/local && docker build . -t eclipse-mosquitto:local --build-arg VERSION=${VERSION}
|
||||
|
||||
Reference in New Issue
Block a user