X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=docker%2Fmk%2FMakefile.include;h=81529f34df2fdf905e37e31658f8322772436f54;hb=e31371a64adffa3b33cea167385e6daf0bc3b0a5;hp=a1242341e847dc7a0e67cdce5a311c8b5aa3232f;hpb=339a8a4bfb8212560b2374b4beb5b6eb703fae90;p=osm%2Fdevops.git diff --git a/docker/mk/Makefile.include b/docker/mk/Makefile.include index a1242341..81529f34 100644 --- a/docker/mk/Makefile.include +++ b/docker/mk/Makefile.include @@ -43,6 +43,7 @@ build: $(MKBUILD) $(DEPS_TARGETS) --build-arg OSMCLIENT_VERSION==$(shell cat $(MKBUILD)/.dep_osmclient) \ --build-arg NBI_VERSION==$(shell cat $(MKBUILD)/.dep_NBI) \ --build-arg POL_VERSION==$(shell cat $(MKBUILD)/.dep_POL) \ + --build-arg DEVOPS_VERSION==$(shell cat $(MKBUILD)/.dep_devops) \ $(DOCKER_ARGS) . clean: