refactor: Update URL for SIMULAVR to use https (#21)

This is more secure and is not blocked by firewalls generally.
This commit is contained in:
camerony 2023-11-15 14:16:18 -05:00 committed by GitHub
parent 12b505c9d0
commit 42cacd433c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ RUN git clone https://github.com/klipper3d/klipper \
#### Simulavr
COPY config/simulavr.config /usr/src
RUN git clone -b master git://git.savannah.nongnu.org/simulavr.git \
RUN git clone -b master https://git.savannah.nongnu.org/git/simulavr.git \
# Build the firmware
&& cd klipper \
&& cp /usr/src/simulavr.config .config \