diff --git a/Makefile b/Makefile index fe5ebc3..8f3bd01 100644 --- a/Makefile +++ b/Makefile @@ -32,7 +32,7 @@ test: .PHONY: podman podman: download-csm-common $(eval include csm-common.mk) - podman build $(NOCACHE) -t csm-metrics-powerstore -f Dockerfile --build-arg BASEIMAGE=$(CSM_BASEIMAGE) --build-arg GOIMAGE=$(DEFAULT_GOIMAGE) . + podman build --pull $(NOCACHE) -t csm-metrics-powerstore -f Dockerfile --build-arg BASEIMAGE=$(CSM_BASEIMAGE) --build-arg GOIMAGE=$(DEFAULT_GOIMAGE) . .PHONY: podman-no-cache podman-no-cache: