From 33e00f049a193a4f3d057390ceef1840706085cf Mon Sep 17 00:00:00 2001 From: cloudnativetoolkit Date: Tue, 11 Mar 2025 18:57:32 +0000 Subject: [PATCH] Updates cloud-native-toolkit/image-terraform module to v4.0.1 Signed-off-by: GitHub --- Containerfile-alpine | 2 +- Containerfile-fedora | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Containerfile-alpine b/Containerfile-alpine index c7fd4b7..de45b19 100644 --- a/Containerfile-alpine +++ b/Containerfile-alpine @@ -1,5 +1,5 @@ ARG TERRAFORM_VERSION=v1.9 -FROM quay.io/cloudnativetoolkit/terraform:${TERRAFORM_VERSION}-v4.0.0-alpine +FROM quay.io/cloudnativetoolkit/terraform:${TERRAFORM_VERSION}-v4.0.1-alpine ARG TARGETPLATFORM ARG BASE_OS=alpine diff --git a/Containerfile-fedora b/Containerfile-fedora index dbe1b14..1280de8 100644 --- a/Containerfile-fedora +++ b/Containerfile-fedora @@ -1,5 +1,5 @@ ARG TERRAFORM_VERSION=v1.9 -FROM quay.io/cloudnativetoolkit/terraform:${TERRAFORM_VERSION}-v4.0.0-fedora +FROM quay.io/cloudnativetoolkit/terraform:${TERRAFORM_VERSION}-v4.0.1-fedora ARG TARGETPLATFORM ARG BASE_OS=linux