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