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 && \
63
63
rm -rf aws awscliv2.zip && \
64
64
: && \
65
65
# 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" && \
67
67
unzip q.zip && \
68
68
Q_INSTALL_GLOBAL=true ./q/install.sh --no-confirm && \
69
69
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 && \
63
63
rm -rf aws awscliv2.zip && \
64
64
: && \
65
65
# 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" && \
67
67
unzip q.zip && \
68
68
Q_INSTALL_GLOBAL=true ./q/install.sh --no-confirm && \
69
69
rm -rf q q.zip && \
You can’t perform that action at this time.
0 commit comments