Skip to content

Commit

Permalink
fix(Dockerfile): Upgrade kubectl from 1.31 to 1.32
Browse files Browse the repository at this point in the history
  • Loading branch information
0xbase12 authored Dec 24, 2024
1 parent 00b047e commit 2946c0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ARG DOCKER_VERSION=25-cli
FROM docker:${DOCKER_VERSION} AS docker
FROM ${BASE_IMAGE}

ARG KUBECTL_VERSION=1.31
ARG KUBECTL_VERSION=1.32
ARG HELM_VERSION=3.14
ARG GIT_BRANCH
ARG GIT_COMMIT_ID
Expand Down

0 comments on commit 2946c0a

Please sign in to comment.