File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Setup build arguments with default versions
2
- ARG AZURE_CLI_VERSION=2.10 .1
3
- ARG TERRAFORM_VERSION=0.13.2
2
+ ARG AZURE_CLI_VERSION=2.12 .1
3
+ ARG TERRAFORM_VERSION=0.13.4
4
4
ARG PYTHON_MAJOR_VERSION=3.7
5
- ARG DEBIAN_VERSION=buster-20200803 -slim
5
+ ARG DEBIAN_VERSION=buster-20200908 -slim
6
6
7
7
# Download Terraform binary
8
8
FROM debian:${DEBIAN_VERSION} as terraform-cli
Original file line number Diff line number Diff line change @@ -21,9 +21,9 @@ commandTests:
21
21
- name : " Check Terraform CLI version"
22
22
command : " terraform"
23
23
args : ["version"]
24
- expectedOutput : ["Terraform v0.13.2 "]
24
+ expectedOutput : ["Terraform v0.13.4 "]
25
25
26
26
- name : " Check Azure CLI version"
27
27
command : " az"
28
28
args : ["version"]
29
- expectedOutput : ['"azure-cli": "2.10.1 "']
29
+ expectedOutput : ['"azure-cli": "2.12.1. "']
You can’t perform that action at this time.
0 commit comments