Skip to content

Commit ab9ada5

Browse files
authored
feat: (IAC-1191) Remediate security vulnerabilities (#344)
1 parent d20ef07 commit ab9ada5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
ARG TERRAFORM_VERSION=1.4.5
2-
ARG AZURECLI_VERSION=2.48.1
2+
ARG AZURECLI_VERSION=2.53.0
33

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

88
WORKDIR /viya4-iac-azure
99

0 commit comments

Comments
 (0)