Procházet zdrojové kódy

HPCC-25886 Update kubectl version in Dockerfile to latest release

Signed-off-by: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman před 4 roky
rodič
revize
df4b682968
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      dockerfiles/platform-build/Dockerfile

+ 1 - 1
dockerfiles/platform-build/Dockerfile

@@ -24,7 +24,7 @@ RUN groupadd -g 10001 hpcc
 RUN useradd -s /bin/bash -r -m -N -c "hpcc runtime User" -u 10000 -g hpcc hpcc
 RUN passwd -l hpcc 
 
-RUN curl -LO https://storage.googleapis.com/kubernetes-release/release/v1.17.0/bin/linux/amd64/kubectl && chmod +x ./kubectl && mv ./kubectl /usr/local/bin
+RUN curl -LO https://storage.googleapis.com/kubernetes-release/release/v1.18.18/bin/linux/amd64/kubectl && chmod +x ./kubectl && mv ./kubectl /usr/local/bin
 
 WORKDIR /hpcc-dev
 RUN chown hpcc:hpcc /hpcc-dev