Skip to content

Commit 652fb5c

Browse files
Update tools/Dockerfile
Co-authored-by: Nick <10092581+NickLarsenNZ@users.noreply.github.com>
1 parent e530522 commit 652fb5c

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
@@ -36,7 +36,7 @@ ENV PATH=/stackable/bin:$PATH
3636

3737
# Get latest stable version from curl -L -s https://dl.k8s.io/release/stable.txt
3838
RUN <<EOF
39-
curl https://dl.k8s.io/release/v${KUBECTL_VERSION}/bin/linux/${TARGETARCH}/kubectl \
39+
curl "https://dl.k8s.io/release/v${KUBECTL_VERSION}/bin/linux/${TARGETARCH}/kubectl" \
4040
-o /stackable/bin/kubectl
4141
chmod +x /stackable/bin/kubectl
4242

0 commit comments

Comments
 (0)