From 01d3d8c13229ccafbe556822ba49895440f54aac Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Fri, 20 Aug 2021 10:56:01 +0200 Subject: [PATCH] Temporary disable DL3008, as wget version is not consistent right now --- vscode/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vscode/Dockerfile b/vscode/Dockerfile index ac701c4..935071d 100755 --- a/vscode/Dockerfile +++ b/vscode/Dockerfile @@ -19,7 +19,7 @@ COPY vscode.extensions /root/vscode.extensions # Setup base system ARG BUILD_ARCH=amd64 -# hadolint ignore=SC2181 +# hadolint ignore=SC2181, DL3008 RUN \ apt-get update \ \ @@ -41,7 +41,7 @@ RUN \ python3=3.9.2-3 \ unzip=6.0-26 \ uuid-runtime=2.36.1-8 \ - wget>=1.21-1 \ + wget=1.21-1 \ zip=3.0-12 \ zsh=5.8-6+b2 \ \