Skip to content

Commit fbde84e

Browse files
author
Sean Sundberg
authored
Updates base image to v1.4.0 (#76)
Signed-off-by: Sean Sundberg <seansund@us.ibm.com>
1 parent 29dfd24 commit fbde84e

5 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/docker-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
uses: docker/build-push-action@v3
127127
with:
128128
context: .
129-
file: Dockerfile-${{ matrix.base }}
129+
file: Containerfile-${{ matrix.base }}
130130
build-args: |
131131
TERRAFORM_VERSION=${{ matrix.terraform }}
132132
push: ${{ github.event_name != 'pull_request' }}

Containerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
./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/cli-tools-core:${TERRAFORM_VERSION}-v1.3.1-alpine
2+
FROM quay.io/cloudnativetoolkit/cli-tools-core:${TERRAFORM_VERSION}-v1.4.0-alpine
33

44
ARG TARGETPLATFORM
55

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/cli-tools-core:${TERRAFORM_VERSION}-v1.3.1-fedora
2+
FROM quay.io/cloudnativetoolkit/cli-tools-core:${TERRAFORM_VERSION}-v1.4.0-fedora
33

44
ARG TARGETPLATFORM
55

Dockerfile

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)