Skip to content

Commit beae6ba

Browse files
Updates cloud-native-toolkit/image-terraform module to v3.0.0 (#42)
Signed-off-by: GitHub <noreply@github.com> Co-authored-by: cloudnativetoolkit <cloudnativetoolkit@users.noreply.github.com>
1 parent 0464290 commit beae6ba

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Containerfile-alpine

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG TERRAFORM_VERSION=v1.2
2-
FROM quay.io/cloudnativetoolkit/terraform:${TERRAFORM_VERSION}-v2.0.8-alpine
2+
FROM quay.io/cloudnativetoolkit/terraform:${TERRAFORM_VERSION}-v3.0.0-alpine
33

44
ARG TARGETPLATFORM
55
ARG BASE_OS=alpine

Containerfile-fedora

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG TERRAFORM_VERSION=v1.2
2-
FROM quay.io/cloudnativetoolkit/terraform:${TERRAFORM_VERSION}-v2.0.8-fedora
2+
FROM quay.io/cloudnativetoolkit/terraform:${TERRAFORM_VERSION}-v3.0.0-fedora
33

44
ARG TARGETPLATFORM
55
ARG BASE_OS=linux

0 commit comments

Comments
 (0)