From d638b6ca1e4a20f1327122a358e0f983f5cbb0b8 Mon Sep 17 00:00:00 2001 From: Filip Djokic Date: Wed, 17 Apr 2024 12:57:03 +0200 Subject: [PATCH] disable hadolint DL3025 --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 82bc144b98..b8b347a989 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,4 @@ +# hadolint global ignore=DL3025 ARG PROJECT_NAME=web-cheqd # This is a multiple stage Dockerfile.