diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 9a0ffb2..4f8e8a2 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -9,7 +9,7 @@ FROM mcr.microsoft.com/vscode/devcontainers/base:1-ubuntu-22.04@sha256:13ef25860 # RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \ # && apt-get -y install --no-install-recommends -ARG VERSION_KUBECTL=1.29.9 +ARG VERSION_KUBECTL=1.29.10 ARG VERSION_OPENTOFU=1.7.3 ARG VERSION_HELM=3.15.4 ARG VERSION_GCLOUD_SDK=495.0.0