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 0cbc99f commit 87e6d29Copy full SHA for 87e6d29
Dockerfile
@@ -19,7 +19,7 @@ RUN export ARCH=$([[ "$(uname -m)" == "aarch64" ]] && echo "arm64" || echo "amd6
19
curl -o kubectl1.6 -L https://storage.googleapis.com/kubernetes-release/release/v1.6.0/bin/linux/${ARCH}/kubectl
20
21
22
-FROM alpine:3.10
+FROM alpine:3.14.3
23
24
RUN apk add --update bash
25
0 commit comments