From 4075b52c3d1adcc93186eaba5d968c3ed1fc553d Mon Sep 17 00:00:00 2001 From: Steven Kang Date: Wed, 5 Feb 2025 15:49:14 +1300 Subject: [PATCH] security: cve-2024-11053 (#28) * security: cve-2024-11053 * update the workflow --- .github/workflows/kubectl-shell.yaml | 4 ++-- kubectl-shell/Dockerfile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/kubectl-shell.yaml b/.github/workflows/kubectl-shell.yaml index 5c28b18..8676730 100644 --- a/.github/workflows/kubectl-shell.yaml +++ b/.github/workflows/kubectl-shell.yaml @@ -70,8 +70,8 @@ jobs: context: kubectl-shell/ platforms: ${{ matrix.config.platform }}/${{ matrix.config.arch }} build-args: | - HELM_VERSION=v3.16.4 - KUBERNETES_RELEASE=v1.31.4 + HELM_VERSION=v3.17.0 + KUBERNETES_RELEASE=v1.32.1 labels: ${{ steps.meta.outputs.labels }} annotations: ${{ steps.meta.outputs.annotations }} outputs: type=image,name=${{ env.DOCKER_HUB_REPO }},push-by-digest=true,name-canonical=true,push=true diff --git a/kubectl-shell/Dockerfile b/kubectl-shell/Dockerfile index 838fd7e..23c8f74 100644 --- a/kubectl-shell/Dockerfile +++ b/kubectl-shell/Dockerfile @@ -1,8 +1,8 @@ ARG ALPINE=alpine:latest FROM ${ALPINE} AS alpine ARG TARGETARCH -ARG KUBECTL_VERSION=v1.31.4 -ARG HELM_VERSION=v3.16.4 +ARG KUBECTL_VERSION=v1.32.1 +ARG HELM_VERSION=v3.17.0 RUN apk add -U --no-cache bash bash-completion curl jq