We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71edc44 commit 7928275Copy full SHA for 7928275
Dockerfile
@@ -1,9 +1,9 @@
1
-FROM node:10-alpine3.10
+FROM node:24-alpine3.22
2
3
# Install Kubectl binary
4
RUN apk update && \
5
apk add --no-cache bash git openssh curl tini && \
6
-curl -LO https://storage.googleapis.com/kubernetes-release/release/v1.18.5/bin/linux/amd64/kubectl && \
+curl -LO https://dl.k8s.io/release/v1.34.1/bin/linux/amd64/kubectl && \
7
chmod +x kubectl && mv kubectl /usr/local/bin/kubectl && \
8
rm -rf /var/cache/apk/*
9
0 commit comments