diff --git a/tools/dplsh/Dockerfile b/tools/dplsh/Dockerfile index 32b979b5..736ddea0 100644 --- a/tools/dplsh/Dockerfile +++ b/tools/dplsh/Dockerfile @@ -10,7 +10,7 @@ FROM hashicorp/terraform:1.9.5 as terraform # We use the official azure cli as a base-image. It is itself based on alpine # and is quite minimal. # https://mcr.microsoft.com/v2/azure-cli/tags/list -FROM mcr.microsoft.com/azure-cli:2.63.0 +FROM mcr.microsoft.com/azure-cli:2.67.0 # See https://github.com/go-task/task/releases ARG TASK_VERSION=v3.40.0