Skip to content

Commit a8f308c

Browse files
Mikołaj Świątekswiatekm
authored andcommitted
deps(kubectl): bump kubectl to 1.27.15
1 parent fd0c7ee commit a8f308c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.kubectl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ FROM bash:5.2.26-alpine3.20
33
ARG TARGETARCH
44
ARG TARGETOS
55

6-
ENV KUBECTL_VERSION="v1.26.4"
6+
ENV KUBECTL_VERSION="v1.27.15"
77
ADD https://storage.googleapis.com/kubernetes-release/release/${KUBECTL_VERSION}/bin/${TARGETOS}/${TARGETARCH}/kubectl /usr/bin/kubectl
88
RUN chmod +x /usr/bin/kubectl

0 commit comments

Comments
 (0)