From f6fa79af70c5bc21d29497226c8ea2627eea0a52 Mon Sep 17 00:00:00 2001 From: userdocs <16525024+userdocs@users.noreply.github.com> Date: Fri, 31 Jan 2025 21:00:02 +0000 Subject: [PATCH] Update Dockerfile --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7287dc7..e0f9a2a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,5 @@ FROM alpine:latest AS builder -ARG PLATFORM ARG ARCH="amd64" ARG REPO="userdocs/iperf3-static"