Skip to content

Commit

Permalink
Updated kubectl to v1.26.6 (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
santhoshatdell authored Jun 22, 2023
1 parent a3cbec5 commit f46e0bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfiles/Dockerfile.init
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ARG BASEIMAGE

FROM golang:1.20 AS builder
WORKDIR /build
RUN wget https://dl.k8s.io/release/v1.26.5/bin/linux/amd64/kubectl -O kubectl
RUN wget https://dl.k8s.io/release/v1.26.6/bin/linux/amd64/kubectl -O kubectl

FROM $BASEIMAGE AS init
WORKDIR /upgrade
Expand Down

0 comments on commit f46e0bf

Please sign in to comment.