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 8d9154d + 588df77 commit c5a9f23Copy full SHA for c5a9f23
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
+FROM alpine:3.15.6
23
24
RUN apk --no-cache update && apk upgrade && apk add --update bash
25
service.yaml
@@ -1 +1 @@
1
-version: 16.1.10
+version: 16.1.11
0 commit comments