From 555a7ce69668b9673086c5faa4d73257bf5ae1a0 Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Sun, 9 Jul 2023 12:59:32 +0200 Subject: [PATCH] fix(makefile): use podman instead of docker --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 43ea15f..30abeaa 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ DESTDIR?= PREFIX?=/usr/local EXECUTABLE?=prometheus-fail2ban-exporter -CONTAINER_RUNTIME?=$(shell which docker) +CONTAINER_RUNTIME?=$(shell which podman) # List make commands .PHONY: ls