From 004a4e4a0fe03bd7cb19b0839a9bcb53761d5205 Mon Sep 17 00:00:00 2001 From: Renovate Bot <renovate-bot@sheogorath.shivering-isles.com> Date: Thu, 29 Jun 2023 06:07:10 +0000 Subject: [PATCH] chore(deps): update docker.io/hashicorp/terraform docker tag to v1.5.2 --- images/koolbox/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/koolbox/Dockerfile b/images/koolbox/Dockerfile index b2c550d58..adff70a15 100644 --- a/images/koolbox/Dockerfile +++ b/images/koolbox/Dockerfile @@ -128,7 +128,7 @@ RUN curl -L "https://github.com/rust-lang/mdBook/releases/download/${MDBOOK_VERS && install -o root -g root -m 0755 mdbook /usr/local/bin/mdbook # Terraform CLI -FROM docker.io/hashicorp/terraform:1.5.1 AS terraform +FROM docker.io/hashicorp/terraform:1.5.2 AS terraform # Actual start of container build FROM quay.io/fedora/fedora:38 -- GitLab