Skip to content

Commit 04c9942

Browse files
Update tools/Dockerfile
Co-authored-by: Nick <[email protected]>
1 parent ceabe97 commit 04c9942

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ curl "https://dl.k8s.io/release/v${KUBECTL_VERSION}/bin/linux/${TARGETARCH}/kube
4040
-o /stackable/bin/kubectl
4141
chmod +x /stackable/bin/kubectl
4242

43-
curl https://github.com/stedolan/jq/releases/download/jq-${JQ_VERSION}/jq-linux64 \
43+
curl "https://github.com/stedolan/jq/releases/download/jq-${JQ_VERSION}/jq-linux64" \
4444
-o /stackable/bin/jq
4545
chmod +x /stackable/bin/jq
4646

0 commit comments

Comments
 (0)