diff --git a/24/Dockerfile b/24/Dockerfile index 0a082e0..21f9e62 100644 --- a/24/Dockerfile +++ b/24/Dockerfile @@ -6,7 +6,7 @@ RUN sudo apt-get update && \ # Install kiota (default version; consumers can override by installing a different version in their CI step) # renovate: datasource=github-releases depName=microsoft/kiota -ENV KIOTA_VERSION=v1.30.0 +ENV KIOTA_VERSION=v1.31.1 RUN curl -sSL https://github.com/microsoft/kiota/releases/download/${KIOTA_VERSION}/linux-x64.zip -o kiota.zip && \ sudo unzip -o kiota.zip -d /usr/local/bin && \ sudo chmod +x /usr/local/bin/kiota && \