Skip to content

Commit

Permalink
update cloud-sdk & terraform
Browse files Browse the repository at this point in the history
  • Loading branch information
jarpat committed Nov 9, 2023
1 parent 1fc00df commit 50aa448
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Copyright © 2021-2023, SAS Institute Inc., Cary, NC, USA. All Rights Reserved.
# SPDX-License-Identifier: Apache-2.0

ARG TERRAFORM_VERSION=1.4.5
ARG GCP_CLI_VERSION=440.0.0
ARG TERRAFORM_VERSION=1.6.3
ARG GCP_CLI_VERSION=454.0.0

FROM hashicorp/terraform:$TERRAFORM_VERSION as terraform
FROM google/cloud-sdk:$GCP_CLI_VERSION-alpine
ARG KUBECTL_VERSION=1.26.7
ARG KUBECTL_VERSION=1.26.10
ARG ENABLE_GKE_GCLOUD_AUTH_PLUGIN=True
ARG INSTALL_COMPONENTS=""

Expand Down

0 comments on commit 50aa448

Please sign in to comment.