Skip to content

Commit

Permalink
feat: update versions (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
venkatamutyala authored Mar 18, 2024
1 parent d160053 commit 9a54bc2
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,18 @@ FROM mcr.microsoft.com/vscode/devcontainers/base:0-${VARIANT}
# RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
# && apt-get -y install --no-install-recommends <your-package-list-here>

ARG VERSION_KUBECTL=1.27.10
ARG VERSION_KUBECTL=1.27.11
ARG VERSION_OPENTOFU=1.6.2
ARG VERSION_HELM=3.14.1
ARG VERSION_GCLOUD_SDK=463.0.0
ARG VERSION_TASKFILE=3.34.1
ARG VERSION_KIND=0.21.0
ARG VERSION_K9S=0.31.8
ARG VERSION_HELM=3.14.3
ARG VERSION_GCLOUD_SDK=468.0.0
ARG VERSION_TASKFILE=3.35.1
ARG VERSION_KIND=0.22.0
ARG VERSION_K9S=0.32.3
ARG VERSION_TERRAFORM_DOCS=0.17.0
ARG VERSION_KUBENT=0.7.1
ARG VERSION_HELM_DIFF=3.9.4
ARG VERSION_KUBENT=0.7.2
ARG VERSION_HELM_DIFF=3.9.5
ARG VERSION_CHARM_GUM=0.13.0
ARG VERSION_ARGO_CD_CLI=2.8.10
ARG VERSION_ARGO_CD_CLI=2.9.9
ARG VERSION_K3D=5.6.0

# https://developer.hashicorp.com/vault/docs/commands#vault_skip_verify
Expand Down

0 comments on commit 9a54bc2

Please sign in to comment.