From 6acb6d2e80fc983452938aeabdfefeea4f3b2b97 Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Wed, 14 Sep 2022 13:01:00 -0300 Subject: [PATCH] [Github Action] Moving default to KiCad 5 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index ea323fd6..13fea60c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ -FROM setsoft/kicad_auto:dev +FROM setsoft/kicad_auto:latest LABEL AUTHOR Salvador E. Tropea -LABEL Description="Export various files from KiCad projects (KiCad 5 + development)" +LABEL Description="Export various files from KiCad projects (KiCad 5)" COPY entrypoint.sh /entrypoint.sh RUN chmod +x /entrypoint.sh