diff --git a/Dockerfile b/Dockerfile index 7130ec5..08d2a41 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Base image containing dependencies used in builder and final image -FROM ghcr.io/swissgrc/azure-pipelines-azurecli:2.63.0-net8 AS base +FROM ghcr.io/swissgrc/azure-pipelines-azurecli:2.64.0-net8 AS base # Builder image @@ -18,7 +18,7 @@ RUN apt-get update -y && \ # Install Terraform # renovate: datasource=github-releases depName=hashicorp/terraform extractVersion=^v(?.*)$ -ENV TERRAFORM_VERSION=1.9.5 +ENV TERRAFORM_VERSION=1.9.6 # Download Terraform ADD https://releases.hashicorp.com/terraform/${TERRAFORM_VERSION}/terraform_${TERRAFORM_VERSION}_linux_amd64.zip /tmp/terraform.zip diff --git a/README.md b/README.md index 6bcba16..8b526e6 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 | TfLint | Size | |----------|---------------------------------------------------------------------------------|-----------------------------------------------|-----------|--------|------------------------------------------------------------------------------------------------------------------------------------| -| latest | Latest stable release (from `main` branch) | swissgrc/azure-pipelines-azurecli:2.63.0-net8 | 1.9.5 | 0.53.0 | ![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.63.0-net8 | 1.9.5 | 0.53.0 | ![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.64.0-net8 | 1.9.6 | 0.53.0 | ![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.64.0-net8 | 1.9.6 | 0.53.0 | ![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) | @@ -128,5 +128,6 @@ Note that two secret variables (`Azure.UserName` and `Azure.Password`) are passe | 1.9.3 | [Terraform 1.9.3](https://github.com/hashicorp/terraform/releases/tag/v1.9.3) | swissgrc/azure-pipelines-azurecli:2.62.0-net8 | 1.9.3 | 0.52.0 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-terraform/1.9.3?style=flat-square) | | 1.9.4 | [Terraform 1.9.4](https://github.com/hashicorp/terraform/releases/tag/v1.9.4) | swissgrc/azure-pipelines-azurecli:2.63.0-net8 | 1.9.4 | 0.52.0 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-terraform/1.9.4?style=flat-square) | | 1.9.5 | [Terraform 1.9.5](https://github.com/hashicorp/terraform/releases/tag/v1.9.5) | swissgrc/azure-pipelines-azurecli:2.63.0-net8 | 1.9.5 | 0.53.0 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-terraform/1.9.5?style=flat-square) | +| 1.9.6 | [Terraform 1.9.6](https://github.com/hashicorp/terraform/releases/tag/v1.9.6) | swissgrc/azure-pipelines-azurecli:2.64.0-net8 | 1.9.6 | 0.53.0 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-terraform/1.9.6?style=flat-square) | [Azure Pipelines container jobs]: https://docs.microsoft.com/en-us/azure/devops/pipelines/process/container-phases