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 62d614d commit 680fd09Copy full SHA for 680fd09
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.2
+FROM alpine:3.15.3
23
24
RUN apk add --update bash
25
service.yaml
@@ -1 +1 @@
1
-version: 16.1.7
+version: 16.1.8
0 commit comments