Skip to content

Commit

Permalink
feat: (IAC-1191) Remediate security vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
riragh committed Oct 11, 2023
1 parent 3c1a94b commit 7c95a91
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,9 +1,9 @@
ARG TERRAFORM_VERSION=1.4.5
ARG AZURECLI_VERSION=2.48.1
ARG AZURECLI_VERSION=2.53.0

FROM hashicorp/terraform:$TERRAFORM_VERSION as terraform
FROM mcr.microsoft.com/azure-cli:$AZURECLI_VERSION
ARG KUBECTL_VERSION=1.26.3
ARG KUBECTL_VERSION=1.26.6

WORKDIR /viya4-iac-azure

Expand Down

0 comments on commit 7c95a91

Please sign in to comment.