Skip to content

Commit f858656

Browse files
ericisEric Swanson
andauthored
chore: bump azure cli 2.10.1 and Terraform 0.13.0 (#90)
* feat: azure cli 2.10.1 * chore: bump terraform version * chore: bump version docker default for azure cli Co-authored-by: Eric Swanson <eric.ca.swanson@aa.com>
1 parent e174ab2 commit f858656

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,11 @@ jobs:
2727
tf_version:
2828
- "0.11.14"
2929
- "0.12.28"
30-
- "0.13.0-rc1"
30+
- "0.13.0"
3131
azcli_version:
3232
- "2.8.0"
3333
- "2.9.1"
34+
- "2.10.1"
3435

3536
env:
3637
ORGANIZATION: "zenika"

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Setup build arguments with default versions
2-
ARG AZURE_CLI_VERSION=2.9.1
3-
ARG TERRAFORM_VERSION=0.12.28
2+
ARG AZURE_CLI_VERSION=2.10.1
3+
ARG TERRAFORM_VERSION=0.13.0
44
ARG PYTHON_MAJOR_VERSION=3.7
55
ARG DEBIAN_VERSION=buster-20200514-slim
66

0 commit comments

Comments
 (0)