Skip to content

Commit

Permalink
feat: (IAC-1191) Remediate security vulnerabilities (#344)
Browse files Browse the repository at this point in the history
  • Loading branch information
riragh authored Oct 26, 2023
1 parent d20ef07 commit ab9ada5
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 ab9ada5

Please sign in to comment.