diff --git a/Dockerfile b/Dockerfile index 0188cf7..dcf3cce 100755 --- a/Dockerfile +++ b/Dockerfile @@ -1,13 +1,13 @@ # alpine based -FROM lachlanevenson/k8s-kubectl:v1.16.2 +FROM lachlanevenson/k8s-kubectl:v1.16.4 LABEL maintainer="NOS Inovação S.A. " -ENV FLUX_LATEST_VERSION="1.15.0" +ENV FLUX_LATEST_VERSION="1.17.0" RUN apk add --update ca-certificates \ && apk add --update -t deps curl \ - && curl -L https://github.com/weaveworks/flux/releases/download/${FLUX_LATEST_VERSION}/fluxctl_linux_amd64 -o /usr/local/bin/fluxctl \ + && curl -L https://github.com/fluxcd/flux/releases/download/${FLUX_LATEST_VERSION}/fluxctl_linux_amd64 -o /usr/local/bin/fluxctl \ && chmod +x /usr/local/bin/fluxctl \ && apk del --purge deps \ && rm /var/cache/apk/* diff --git a/README.md b/README.md index 8ab5262..e2aa215 100755 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ # Flux Client - ## Overview This container provides the Flux client fluxctl which can be used to interact with the Flux operator.