From e548b38ae49b22e4d5656c6443e6726a2feff298 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 2 Aug 2021 09:31:32 +0200 Subject: [PATCH] Update Dockerfile --- resiliosync/Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/resiliosync/Dockerfile b/resiliosync/Dockerfile index 4c675db4f..03be27e70 100644 --- a/resiliosync/Dockerfile +++ b/resiliosync/Dockerfile @@ -1,7 +1,6 @@ ARG BUILD_FROM ARG BUILD_VERSION -ARG BUILD_UPSTREAM="2.7.2.1375" -FROM ${BUILD_FROM}${BUILD_UPSTREAM} +FROM ${BUILD_FROM} RUN \ ################