From 0ad34655614cbc76d777afaa0ac85cc6c7a8a6f8 Mon Sep 17 00:00:00 2001
From: Renovate Bot <renovate-bot@sheogorath.shivering-isles.com>
Date: Thu, 27 Apr 2023 06:08:55 +0000
Subject: [PATCH] chore(deps): update docker.io/hashicorp/terraform docker tag
 to v1.4.6

---
 images/koolbox/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/images/koolbox/Dockerfile b/images/koolbox/Dockerfile
index 8a066d84a..8da835533 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.4.5 AS terraform
+FROM docker.io/hashicorp/terraform:1.4.6 AS terraform
 
 # Actual start of container build
 FROM quay.io/fedora/fedora:37
-- 
GitLab