From 5e5cf2963620fd6159f0f852dcae58573c0202f9 Mon Sep 17 00:00:00 2001 From: Hans Karlinius Date: Tue, 12 Nov 2024 09:11:27 +0100 Subject: [PATCH] test --- example/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/Dockerfile b/example/Dockerfile index 2cc3979..fc4b949 100644 --- a/example/Dockerfile +++ b/example/Dockerfile @@ -4,7 +4,7 @@ FROM $BUILD_FROM RUN \ curl -sSLf -o /usr/bin/vhclient \ - "https://www.virtualhere.com/sites/default/files/usbclient/vhclientx${BUILD_ARCH}" + "https://www.virtualhere.com/sites/default/files/usbclient/vhclient${BUILD_ARCH}" RUN chmod a+x /usr/bin/vhclient # Execute during the build of the image