You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🐛 fix curl version breaking build and upgrade versions, add support for TF1.5.1 and AZ 2.33.1 (#119)
* upgrade debian base and setuptools versions, add support for tf 1.0.11 and 1.1.5, add support for az cli 2.31.1
* improve readme
* correct az cli version
Co-authored-by: bgauduch <user.personal@users.noreply.github.com>
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -90,10 +90,10 @@ Do not hesitate to contribute by [filling an issue](https://github.com/zenika-op
90
90
* check **Azure CLI** version on the [project release page](https://github.com/Azure/azure-cli/releases)
91
91
* check **Terraform CLI** version (keep all minor versions from 0.11) available on the [project release page](https://github.com/hashicorp/terraform/releases)
92
92
* Dockerfile:
93
-
* check **base image** version on DockerHub
93
+
* check **base image** version [on DockerHub](https://hub.docker.com/_/debian?tab=tags&page=1&name=bullseye)
94
94
* check **OS package** versions on Debian package repository
95
-
* Available **Git** versions on the [Debian Packages repository](https://packages.debian.org/search?arch=any&searchon=names&keywords=git)
96
-
* Available **Python** versions on the [Debian packages repository](https://packages.debian.org/search?arch=any&searchon=names&keywords=python3)
95
+
* Available **Git** versions on the [Debian Packages repository](https://packages.debian.org/search?suite=bullseye&arch=any&searchon=names&keywords=git)
96
+
* Available **Python** versions on the [Debian packages repository](https://packages.debian.org/search?suite=bullseye&arch=any&searchon=names&keywords=python3)
97
97
* same process for **all other packages**
98
98
* check **Pip package** versions on [pypi](https://pypi.org/)
0 commit comments