From 6c21032ecc387b73f0d54b774df5e918ce1e339a Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 19 Feb 2022 10:06:10 +0100 Subject: [PATCH] Update Dockerfile --- spotweb/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spotweb/Dockerfile b/spotweb/Dockerfile index bb07a6b8d..7d2832b7c 100644 --- a/spotweb/Dockerfile +++ b/spotweb/Dockerfile @@ -34,7 +34,7 @@ ENV BUILD_UPSTREAM="1.5.1" SHELL ["/bin/bash", "-o", "pipefail", "-c"] # Setup base -# hadolint ignore=DL3003 +# hadolint ignore=DL3003,DL3017 # Install app dependencies RUN apk -U update && \ apk -U upgrade && \