diff --git a/Makefile b/Makefile index 09c9067..2a4924a 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,10 @@ +IMAGE= ghcr.io/dnstapir/unbound:latest + + all: container: - docker buildx bake + docker buildx bake --no-cache + +version: + docker run $(IMAGE) -V