Skip to content

Commit ff9b859

Browse files
authored
Pin Q CLI to v1.12.7 (#800)
1 parent 0d6c85e commit ff9b859

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

template/v2/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 && \

template/v3/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 && \

0 commit comments

Comments
 (0)