File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33FROM ubuntu:24.04
44
55LABEL org.opencontainers.image.authors "Leandro Heck <leoheck@gmail.com>, Jacob McSwain <kiri-github-action@mcswain.dev>"
6- LABEL org.opencontainers.image.description "Kicad 7 and KiRI"
6+ LABEL org.opencontainers.image.description "Kicad 9 and KiRI"
77LABEL org.opencontainers.image.url "https://github.com/USA-RedDragon/kiri-github-action/pkgs/container/kiri"
88LABEL org.opencontainers.image.documentation "https://github.com/USA-RedDragon/kiri-github-action"
99LABEL org.opencontainers.image.source "https://github.com/USA-RedDragon/kiri-github-action"
@@ -40,7 +40,7 @@ RUN apt-get install -y \
4040 rm -rf /var/tmp/*
4141
4242# Install latest Kicad
43- RUN add-apt-repository -y ppa:kicad/kicad-7 .0-releases
43+ RUN add-apt-repository -y ppa:kicad/kicad-9 .0-releases
4444RUN apt-get install --no-install-recommends -y kicad && \
4545 apt-get purge -y \
4646 software-properties-common ;\
You can’t perform that action at this time.
0 commit comments