Skip to content

Commit

Permalink
security: cve-2024-11053 (#28)
Browse files Browse the repository at this point in the history
* security: cve-2024-11053

* update the workflow
  • Loading branch information
stevensbkang authored Feb 5, 2025
1 parent 74ccf8e commit 4075b52
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/kubectl-shell.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions kubectl-shell/Dockerfile
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 4075b52

Please sign in to comment.