From 2e37a95f10e95b56b81ffcfe64728c424e85779e Mon Sep 17 00:00:00 2001 From: thelamer Date: Thu, 5 Nov 2020 12:13:02 -0800 Subject: [PATCH] version off args --- Dockerfile.armhf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.armhf b/Dockerfile.armhf index 9c0e97e..c54a780 100644 --- a/Dockerfile.armhf +++ b/Dockerfile.armhf @@ -346,7 +346,7 @@ RUN \ echo "**** grabbing x265 ****" && \ mkdir -p /tmp/x265 && \ curl -Lf \ - http://anduin.linuxfromscratch.org/BLFS/x265/x265_3.4.tar.gz | \ + http://anduin.linuxfromscratch.org/BLFS/x265/x265_${X265}.tar.gz | \ tar -zx --strip-components=1 -C /tmp/x265 RUN \ echo "**** compiling x265 ****" && \