From 4be0684a878d76abf395ec3f2690989b0f65d1fc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 6 Jan 2026 18:59:06 +0000 Subject: [PATCH] Upkeep: Update pinned library versions --- linux/base.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux/base.Dockerfile b/linux/base.Dockerfile index 15b22c50..58dbc156 100644 --- a/linux/base.Dockerfile +++ b/linux/base.Dockerfile @@ -172,7 +172,7 @@ RUN chmod 755 /usr/local/bin/ansible* \ # Install specific version of Istio from GitHub releases -ENV ISTIO_VERSION=1.28.1 +ENV ISTIO_VERSION=1.28.2 RUN export TMP_DIR=$(mktemp -d) \ && cd "${TMP_DIR}" \ && curl -L https://github.com/istio/istio/releases/download/${ISTIO_VERSION}/istio-${ISTIO_VERSION}-linux-amd64.tar.gz -o istio.tar.gz \