Skip to content

Commit 1361323

Browse files
Upkeep: Update pinned library versions (#606)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 2815eca commit 1361323

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

linux/base.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ RUN chmod 755 /usr/local/bin/ansible* \
172172

173173

174174
# Install specific version of Istio from GitHub releases
175-
ENV ISTIO_VERSION=1.28.3
175+
ENV ISTIO_VERSION=1.29.1
176176
RUN export TMP_DIR=$(mktemp -d) \
177177
&& cd "${TMP_DIR}" \
178178
&& curl -L https://github.com/istio/istio/releases/download/${ISTIO_VERSION}/istio-${ISTIO_VERSION}-linux-amd64.tar.gz -o istio.tar.gz \

0 commit comments

Comments
 (0)