From e79d4d80c0e19c02f086b3b0b05f8ab8368e73ae Mon Sep 17 00:00:00 2001 From: Florian Hotze Date: Tue, 7 Jan 2025 19:09:19 +0100 Subject: [PATCH] Revert emptyline change Signed-off-by: Florian Hotze --- alpine/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/alpine/Dockerfile b/alpine/Dockerfile index e8db95e2..3ce6193a 100644 --- a/alpine/Dockerfile +++ b/alpine/Dockerfile @@ -39,7 +39,6 @@ LABEL org.opencontainers.image.created=$BUILD_DATE \ # https://github.com/hadolint/hadolint/wiki/DL4006 SHELL ["/bin/ash", "-eo", "pipefail", "-c"] - # Install basepackages. Versions are "pinned" by using a pinned base image. # hadolint ignore=DL3018 RUN apk update --no-cache && \