Skip to content

Commit 4be0684

Browse files
Upkeep: Update pinned library versions
1 parent 989bf70 commit 4be0684

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.1
175+
ENV ISTIO_VERSION=1.28.2
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)