diff --git a/Dockerfile b/Dockerfile index 6ee2711..f89ee3e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM alpine:3.24.1 ENV PIP_BREAK_SYSTEM_PACKAGES=1 -ARG AZ_VERSION=2.88.0 +ARG AZ_VERSION=2.89.0 COPY alpine-packages.txt /tmp/alpine-packages.txt diff --git a/README.md b/README.md index 65024e4..29871b2 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ ](https://hub.docker.com/r/devopsinfra/docker-azure-cli "shields.io") ## Current image tags -- Exact Azure CLI tag: `2.88.0` +- Exact Azure CLI tag: `2.89.0` - Minor Azure CLI tag: `2.87` - Floating tag: `latest` @@ -77,7 +77,7 @@ task test:structure Use this image as a base for Azure-enabled Docker images: ```dockerfile -FROM ghcr.io/devops-infra/docker-azure-cli:2.88.0 +FROM ghcr.io/devops-infra/docker-azure-cli:2.89.0 ``` Example interactive usage: diff --git a/tests/docker/azure.yml b/tests/docker/azure.yml index 684ec6c..e81ec85 100644 --- a/tests/docker/azure.yml +++ b/tests/docker/azure.yml @@ -10,7 +10,7 @@ commandTests: command: bash args: - -lc - - test "$(az version --output json | jq -r '."azure-cli"')" = "2.88.0" + - test "$(az version --output json | jq -r '."azure-cli"')" = "2.89.0" - name: Runtime tools smoke tests command: bash