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.
2 parents e9c34f8 + 807e756 commit 8d9154dCopy full SHA for 8d9154d
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.15.3
+FROM alpine:3.15
23
24
RUN apk --no-cache update && apk upgrade && apk add --update bash
25
service.yaml
@@ -1 +1 @@
1
-version: 16.1.9
+version: 16.1.10
0 commit comments