Skip to content

Commit 69b0537

Browse files
authored
Merge pull request #12 from Thirsty2/fix-dockerfile
Use v1.1.0 release installer
2 parents 6fcd312 + 7d7ee7d commit 69b0537

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ RUN echo "dash dash/sh boolean false" | debconf-set-selections
1414
RUN DEBIAN_FRONTEND=noninteractive dpkg-reconfigure dash
1515

1616
ENV INSTALL_DIR="/opt/symbiflow/eos-s3"
17-
RUN wget https://github.com/QuickLogic-Corp/quicklogic-fpga-toolchain/releases/download/v1.1.0_Beta/Symbiflow_v1.1.0.gz.run
17+
RUN wget https://github.com/QuickLogic-Corp/quicklogic-fpga-toolchain/releases/download/v1.1.0/Symbiflow_v1.1.0.gz.run
1818
RUN chmod 755 Symbiflow_v1.1.0.gz.run
1919
RUN ./Symbiflow_v1.1.0.gz.run
2020
RUN rm Symbiflow_v1.1.0.gz.run

0 commit comments

Comments
 (0)