From 92b2a0200cccbcc0fc3c41af140707b1eceaf42d Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 16 Nov 2022 07:27:33 +0100 Subject: [PATCH] Update Dockerfile --- arpspoof/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arpspoof/Dockerfile b/arpspoof/Dockerfile index 6986625a5..d381fd055 100644 --- a/arpspoof/Dockerfile +++ b/arpspoof/Dockerfile @@ -17,7 +17,7 @@ ARG BUILD_FROM ARG BUILD_VERSION ARG BUILD_UPSTREAM="1.0.0" -FROM ${BUILD_FROM:%?}${BUILD_UPSTREAM} +FROM ${BUILD_FROM} ################## # 2 Modify Image #