Update Docker build command in Makefile

Add build argument VERSION to Docker build command
This commit is contained in:
alorente
2026-01-30 10:21:34 +01:00
committed by Roger A. Light
parent 8619d64e64
commit 1d0a6a931a

View File

@@ -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}