Skip to content

Commit 2c13c19

Browse files
committed
fix kubectl version in ci docker
Signed-off-by: Oleksii Moskalenko <moskalenko.alexey@gmail.com>
1 parent 9cd799e commit 2c13c19

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

infra/docker/ci/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ RUN PROTOC_ZIP=protoc-${PROTOC_VERSION}-linux-x86_64.zip && \
7777
RUN curl -sL https://aka.ms/InstallAzureCLIDeb | bash
7878

7979
# Install kubectl
80-
RUN apt-get install -y kubectl=1.20.1-00
80+
RUN apt-get install -y kubectl=1.20.1-01
8181

8282
# Install helm
8383
RUN curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 && \

0 commit comments

Comments
 (0)