Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion linux/base.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down