Skip to content
Merged
Show file tree
Hide file tree
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 Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand Down Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion tests/docker/azure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down