diff --git a/Dockerfile b/Dockerfile index c1e6e9f..8407f3e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,11 +10,11 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"] # Install Terraform -# renovate: datasource=repology depName=debian_11/curl versioning=loose +# renovate: datasource=repology depName=debian_11/curl versioning=deb ENV CURL_VERSION=7.74.0-1.3+deb11u10 # renovate: datasource=github-releases depName=hashicorp/terraform extractVersion=^v(?.*)$ -ENV TERRAFORM_VERSION=1.6.1 -# renovate: datasource=repology depName=debian_11/unzip versioning=loose +ENV TERRAFORM_VERSION=1.6.2 +# renovate: datasource=repology depName=debian_11/unzip versioning=deb ENV UNZIP_VERSION=6.0-26+deb11u1 RUN apt-get update -y && \ diff --git a/README.md b/README.md index 2714bfa..8c88e8c 100644 --- a/README.md +++ b/README.md @@ -65,8 +65,8 @@ Note that two secret variables (`Azure.UserName` and `Azure.Password`) are passe | Tag | Description | Base Image | Terraform | Size | |----------|---------------------------------------------------------------------------------|-----------------------------------------------|-----------|------------------------------------------------------------------------------------------------------------------------------------| -| latest | Latest stable release (from `main` branch) | swissgrc/azure-pipelines-azurecli:2.53.0-net6 | 1.6.1 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-terraform/latest?style=flat-square) | -| unstable | Latest unstable release (from `develop` branch) | swissgrc/azure-pipelines-azurecli:2.53.0-net6 | 1.6.1 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-terraform/unstable?style=flat-square) | +| latest | Latest stable release (from `main` branch) | swissgrc/azure-pipelines-azurecli:2.53.0-net6 | 1.6.2 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-terraform/latest?style=flat-square) | +| unstable | Latest unstable release (from `develop` branch) | swissgrc/azure-pipelines-azurecli:2.53.0-net6 | 1.6.2 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-terraform/unstable?style=flat-square) | | 0.14.6 | [Terraform 0.14.6](https://github.com/hashicorp/terraform/releases/tag/v0.14.6) | azure-cli:2.19.1 | 0.14.6 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-terraform/0.14.6?style=flat-square) | | 0.15.0 | [Terraform 0.15.0](https://github.com/hashicorp/terraform/releases/tag/v0.15.0) | azure-cli:2.22.0 | 0.15.0 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-terraform/0.15.0?style=flat-square) | | 0.15.1 | [Terraform 0.15.1](https://github.com/hashicorp/terraform/releases/tag/v0.15.1) | azure-cli:2.22.1 | 0.15.1 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-terraform/0.15.1?style=flat-square) | @@ -104,6 +104,7 @@ Note that two secret variables (`Azure.UserName` and `Azure.Password`) are passe | 1.5.6 | [Terraform 1.5.6](https://github.com/hashicorp/terraform/releases/tag/v1.5.6) | swissgrc/azure-pipelines-azurecli:2.51.0-net6 | 1.5.6 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-terraform/1.5.6?style=flat-square) | | 1.5.7 | [Terraform 1.5.7](https://github.com/hashicorp/terraform/releases/tag/v1.5.7) | swissgrc/azure-pipelines-azurecli:2.52.0-net6 | 1.5.7 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-terraform/1.5.7?style=flat-square) | | 1.6.0 | [Terraform 1.6.0](https://github.com/hashicorp/terraform/releases/tag/v1.6.0) | swissgrc/azure-pipelines-azurecli:2.53.0-net6 | 1.6.0 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-terraform/1.6.0?style=flat-square) | -| 1.6.1 | [Terraform 1.6.0](https://github.com/hashicorp/terraform/releases/tag/v1.6.1) | swissgrc/azure-pipelines-azurecli:2.53.0-net6 | 1.6.1 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-terraform/1.6.1?style=flat-square) | +| 1.6.1 | [Terraform 1.6.1](https://github.com/hashicorp/terraform/releases/tag/v1.6.1) | swissgrc/azure-pipelines-azurecli:2.53.0-net6 | 1.6.1 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-terraform/1.6.1?style=flat-square) | +| 1.6.2 | [Terraform 1.6.2](https://github.com/hashicorp/terraform/releases/tag/v1.6.2) | swissgrc/azure-pipelines-azurecli:2.53.0-net6 | 1.6.2 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-terraform/1.6.2?style=flat-square) | [Azure Pipelines container jobs]: https://docs.microsoft.com/en-us/azure/devops/pipelines/process/container-phases