From 316c2420d28fabdacc051bf33ec82ef338903afe Mon Sep 17 00:00:00 2001 From: caviedesj Date: Thu, 15 Jan 2026 13:25:26 +0100 Subject: [PATCH] Chore. Update vCluster CLI version Change-Id: I76f214b045a64d8e9fcb438fe753b2d4349ecf57 Signed-off-by: caviedesj --- Dockerfile.production | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.production b/Dockerfile.production index 3b17deef..4c065681 100644 --- a/Dockerfile.production +++ b/Dockerfile.production @@ -73,7 +73,7 @@ RUN apk add --no-cache py3-pip && \ pip install --no-cache-dir azure-cli # Add vCluster CLI -ENV VCLUSTER_VERSION "v0.30.1" +ENV VCLUSTER_VERSION="v0.30.4" RUN curl -L -o /tmp/vcluster "https://github.com/loft-sh/vcluster/releases/download/${VCLUSTER_VERSION}/vcluster-linux-amd64" \ && install -c -m 0755 /tmp/vcluster /usr/local/bin \ && rm -f /tmp/vcluster -- 2.25.1