Skip to content

Commit c24a6ba

Browse files
authored
Update Dockerfile.use-installer
Adding default arg to 1.3.0
1 parent 24748ce commit c24a6ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.use-installer

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

1717
# add ARGs so that these can be passed in while doing a docker build, the following will be default values
18-
ARG TAG=v0.0.0
18+
ARG TAG=v1.3.0
1919
ENV INSTALL_DIR="/opt/symbiflow/eos-s3"
2020
# Appending all of these commands (mostly the chmod 755 commands) saved about 1.9 GB in image size
2121
RUN wget https://github.com/QuickLogic-Corp/quicklogic-fpga-toolchain/releases/download/${TAG}/Symbiflow_${TAG}.gz.run && \

0 commit comments

Comments
 (0)