Skip to content

Commit

Permalink
Merge pull request #22 from zhou1203/patch-1
Browse files Browse the repository at this point in the history
Update kubectl verion to v1.27.16
  • Loading branch information
pixiake authored Jul 26, 2024
2 parents e4f5fac + 61b58f0 commit 6005fef
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM alpine:3.18.2
FROM alpine:3.18.8

ARG KUBECTL_VERSION=v1.27.12
ARG KUBECTL_VERSION=v1.27.16
ARG HELM_VERSION=v3.14.1
ARG KUSTOMIZE_VERSION=v5.1.0
ARG TARGETOS
Expand All @@ -14,6 +14,7 @@ RUN apk update && apk add \
vim \
curl \
jq \
yq \
grep \
wget \
tcpdump \
Expand Down

0 comments on commit 6005fef

Please sign in to comment.