Skip to content

Commit

Permalink
updated base kubectl image to 1.15.3 and fluxctl to 1.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
calexandre committed Sep 4, 2019
1 parent 1005ae0 commit 315f6d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# alpine based
FROM lachlanevenson/k8s-kubectl:v1.13.4
FROM lachlanevenson/k8s-kubectl:v1.15.3

LABEL maintainer="NOS Inovação S.A. <[email protected]>"

ENV FLUX_LATEST_VERSION="1.12.0"
ENV FLUX_LATEST_VERSION="1.14.2"

RUN apk add --update ca-certificates \
&& apk add --update -t deps curl \
Expand Down

0 comments on commit 315f6d1

Please sign in to comment.