diff --git a/Makefile b/Makefile index 195d32c..97e5932 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ MARKDOWNLINT_VERSION?=v0.31.1 # renovate: datasource=github-releases depName=igo # CONTAINER_RUNTIME # The CONTAINER_RUNTIME variable will be used to specified the path to a # container runtime. This is needed to start and run a container image. -CONTAINER_RUNTIME?=$(shell which docker) +CONTAINER_RUNTIME?=$(shell which podman) # MARKDOWNLINT_IMAGE_REGISTRY_NAME # Defines the name of the new container to be built using several variables.