File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ ifneq ($(shell command -v gotestsum 2> /dev/null),)
5555endif
5656endif
5757
58- PROMU_VERSION ?= 0.18.0
58+ PROMU_VERSION ?= 0.18.1
5959PROMU_URL := https://github.com/prometheus/promu/releases/download/v$(PROMU_VERSION)/promu-$(PROMU_VERSION).$(GO_BUILD_PLATFORM).tar.gz
6060
6161SKIP_GOLANGCI_LINT :=
@@ -91,7 +91,7 @@ $(error DOCKERFILE_PATH is deprecated. Use DOCKERFILE_VARIANTS ?= $(DOCKERFILE_P
9191endif
9292
9393DOCKER_ARCHS ?= amd64
94- DOCKERFILE_VARIANTS ?= Dockerfile $(wildcard Dockerfile.*)
94+ DOCKERFILE_VARIANTS ?= $(wildcard Dockerfile Dockerfile.*)
9595
9696# Function to extract variant from Dockerfile label.
9797# Returns the variant name from io.prometheus.image.variant label, or "default" if not found.
You can’t perform that action at this time.
0 commit comments