From 5329bedaf59a0c449918522627b34ea0f3028cb4 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 31 Oct 2022 14:27:10 +0100 Subject: [PATCH] Lint --- nextcloud/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextcloud/Dockerfile b/nextcloud/Dockerfile index 0a6c6e7d1..1cef9893b 100644 --- a/nextcloud/Dockerfile +++ b/nextcloud/Dockerfile @@ -33,7 +33,7 @@ ENV NEXTCLOUD_PATH="/data/config/www/nextcloud" # Global LSIO modifications ARG CONFIGLOCATION="/data/config" -# hadolint ignore=SC2013 +# hadolint ignore=SC2013,SC2086 # shellcheck disable=SC2046,SC2013,SC2086 RUN \ # Remove upstream files