From 6f1fb3f6d55c4d33b50118756deb337152782665 Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Wed, 7 Aug 2024 07:57:17 -0300 Subject: [PATCH] Fixed dl_deb arguments and switched to 1.5.1 --- ki6/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ki6/Dockerfile b/ki6/Dockerfile index 2f63a3b..dcf6e7b 100644 --- a/ki6/Dockerfile +++ b/ki6/Dockerfile @@ -11,7 +11,7 @@ RUN apt-get update && \ dl_deb.py hildogjr/KiCost && \ dl_deb.py INTI-CMNB/InteractiveHtmlBom && \ dl_deb.py set-soft/pcbnewTransition && \ - dl_deb.py --release v1.5.0-1 --skip kikit-doc INTI-CMNB/KiKit && \ + dl_deb.py INTI-CMNB/KiKit --release v1.5.1-1 --skip kikit-doc && \ dl_deb.py INTI-CMNB/KiAuto && \ dl_deb.py INTI-CMNB/kidiff && \ dl_deb.py INTI-CMNB/KiBot && \