We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 231566c commit b721566Copy full SHA for b721566
Dockerfile
@@ -7,5 +7,5 @@ RUN apk add --update-cache curl tar docker git
7
RUN curl -L -o /bin/kubectl https://storage.googleapis.com/kubernetes-release/release/v1.17.3/bin/linux/amd64/kubectl \
8
&& chmod +x /bin/kubectl
9
10
-RUN curl -s -L "https://github.com/loft-sh/devspace/releases/$RELEASE_VERSION" | sed -nE 's!.*"([^"]*devspace-linux-amd64)".*!https://github.com\1!p' | xargs -n 1 curl -L -o /bin/devspace \
+RUN curl -s -L "https://github.com/loft-sh/devspace/releases/download/$RELEASE_VERSION/devspace-linux-amd64" -o /bin/devspace \
11
&& chmod +x /bin/devspace
0 commit comments