From 20c5683aeec9aa931be4fa21ec7a17a5023c4c85 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 17 May 2022 20:09:40 +0200 Subject: [PATCH] Update Dockerfile --- scrutiny/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scrutiny/Dockerfile b/scrutiny/Dockerfile index 5285a7fb5..cdc2ab66e 100644 --- a/scrutiny/Dockerfile +++ b/scrutiny/Dockerfile @@ -16,8 +16,8 @@ ARG BUILD_FROM ARG BUILD_VERSION -ARG BUILD_UPSTREAM="8e34ef8d-ls34" -#ARG BUILD_UPSTREAM="2a394215-ls35" +#ARG BUILD_UPSTREAM="8e34ef8d-ls34" +ARG BUILD_UPSTREAM="a589d11d-ls36" FROM ${BUILD_FROM}${BUILD_UPSTREAM} ##################