diff --git a/Makefile b/Makefile index 1d6094467..f22499351 100644 --- a/Makefile +++ b/Makefile @@ -173,7 +173,7 @@ buildx: ###### Devkit container image DEVKIT_IMAGE_DOCKERFILE ?= Dockerfile.devkit DEVKIT_IMAGE_NAME ?= mesosphere/konvoy-image-builder-devkit -DEVKIT_IMAGE_TAG ?= $(shell cat ${DEVKIT_IMAGE_DOCKERFILE} requirements.txt requirements-devkit.txt | sha256sum | cut -d" " -f 1) +DEVKIT_IMAGE_TAG ?= $(shell cat ${DEVKIT_IMAGE_DOCKERFILE} requirements.txt requirements-devkit.txt ansible/group_vars/all/defaults.yaml | sha256sum | cut -d" " -f 1) .PHONY: devkit-image ## first tries to pull an image, if doesn't exist build and push the image