[Github Action] Moving default to KiCad 5

This commit is contained in:
Salvador E. Tropea 2022-09-14 13:01:00 -03:00
parent e730459080
commit 6acb6d2e80
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
FROM setsoft/kicad_auto:dev
FROM setsoft/kicad_auto:latest
LABEL AUTHOR Salvador E. Tropea <stropea@inti.gob.ar>
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