We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e174ab2 commit f858656Copy full SHA for f858656
.github/workflows/release.yml
@@ -27,10 +27,11 @@ jobs:
27
tf_version:
28
- "0.11.14"
29
- "0.12.28"
30
- - "0.13.0-rc1"
+ - "0.13.0"
31
azcli_version:
32
- "2.8.0"
33
- "2.9.1"
34
+ - "2.10.1"
35
36
env:
37
ORGANIZATION: "zenika"
Dockerfile
@@ -1,6 +1,6 @@
1
# Setup build arguments with default versions
2
-ARG AZURE_CLI_VERSION=2.9.1
3
-ARG TERRAFORM_VERSION=0.12.28
+ARG AZURE_CLI_VERSION=2.10.1
+ARG TERRAFORM_VERSION=0.13.0
4
ARG PYTHON_MAJOR_VERSION=3.7
5
ARG DEBIAN_VERSION=buster-20200514-slim
6
0 commit comments