Skip to content

Commit

Permalink
try tf 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jmutai committed Dec 16, 2024
1 parent 22ead36 commit 84acf25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM ubuntu:20.04
ARG TERRAFORM_VERSION=1.3.2
ARG TERRAFORM_VERSION=1.5.0
ARG TERRAGRUNT_VERSION=0.57.0
ARG VAULT_VERSION=1.17.6
ARG YTT_VERSION=0.48.0
Expand Down Expand Up @@ -52,4 +52,4 @@ RUN pip3 install --upgrade pip \
&& python3 -m pip install ansible==5.7.1 netaddr kubernetes awscli openshift>=0.6 setuptools>=40.3.0 \
&& ansible-galaxy collection install community.kubernetes

COPY . iac-run-dir
COPY . iac-run-dir

0 comments on commit 84acf25

Please sign in to comment.