Skip to content

Commit 4620379

Browse files
authored
Merge pull request #134 from UKHomeOffice/k8s-1.16
Update docker image with kubectl v1.16.8
2 parents 0df6b89 + 34a7d26 commit 4620379

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
FROM alpine:3.11
1+
FROM alpine:latest
22

33
RUN apk upgrade --no-cache
44
RUN apk add --no-cache ca-certificates openssl bash
55
RUN update-ca-certificates
66

7-
RUN wget https://storage.googleapis.com/kubernetes-release/release/v1.15.7/bin/linux/amd64/kubectl \
7+
RUN wget https://storage.googleapis.com/kubernetes-release/release/v1.16.8/bin/linux/amd64/kubectl \
88
-O /usr/bin/kubectl && chmod +x /usr/bin/kubectl
99

1010
COPY bin/kd_linux_amd64 /bin/kd

0 commit comments

Comments
 (0)