From a18b47c6f7648ba148931a4d753c3ac6439b056b Mon Sep 17 00:00:00 2001 From: glueops-renovatebot Date: Wed, 23 Oct 2024 08:17:59 -0700 Subject: [PATCH] chore(deps): update dependency kubernetes/kubectl to v1.29.10 (#177) Co-authored-by: Renovate Bot --- .devcontainer/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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