From 72b620cc261edd6850606a64d0d843872d3432e6 Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Tue, 31 Oct 2023 18:39:10 +0100 Subject: [PATCH] ci: fix linter errors --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 8435942..40cd175 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,4 @@ +# hadolint ignore=DL3007 FROM alpine:latest # hadolint ignore=DL3018