File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ RUN apt-get update && apt-get upgrade -y && \
6363 rm -rf aws awscliv2.zip && \
6464 : && \
6565 # Install Q CLI
66- curl --proto '=https' --tlsv1.2 -sSf "https://desktop-release.q.us-east-1.amazonaws.com/latest /q-x86_64-linux.zip" -o "q.zip" && \
66+ curl --proto '=https' --tlsv1.2 -sSf "https://desktop-release.q.us-east-1.amazonaws.com/1.12.7 /q-x86_64-linux.zip" -o "q.zip" && \
6767 unzip q.zip && \
6868 Q_INSTALL_GLOBAL=true ./q/install.sh --no-confirm && \
6969 rm -rf q q.zip && \
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ RUN apt-get update && apt-get upgrade -y && \
6363 rm -rf aws awscliv2.zip && \
6464 : && \
6565 # Install Q CLI
66- curl --proto '=https' --tlsv1.2 -sSf "https://desktop-release.q.us-east-1.amazonaws.com/latest /q-x86_64-linux.zip" -o "q.zip" && \
66+ curl --proto '=https' --tlsv1.2 -sSf "https://desktop-release.q.us-east-1.amazonaws.com/1.12.7 /q-x86_64-linux.zip" -o "q.zip" && \
6767 unzip q.zip && \
6868 Q_INSTALL_GLOBAL=true ./q/install.sh --no-confirm && \
6969 rm -rf q q.zip && \
You can’t perform that action at this time.
0 commit comments