Skip to content

Commit c35752d

Browse files
committed
dockerfile: kicad 9
1 parent d8e3766 commit c35752d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
FROM ubuntu:24.04
44

55
LABEL 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"
77
LABEL org.opencontainers.image.url "https://github.com/USA-RedDragon/kiri-github-action/pkgs/container/kiri"
88
LABEL org.opencontainers.image.documentation "https://github.com/USA-RedDragon/kiri-github-action"
99
LABEL 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
4444
RUN apt-get install --no-install-recommends -y kicad && \
4545
apt-get purge -y \
4646
software-properties-common ;\

0 commit comments

Comments
 (0)