diff --git a/Dockerfile b/Dockerfile index a0acfcc..61a405a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,9 +4,9 @@ FROM docker RUN apk add -v --update python py-pip bash curl git jq openssh perl busybox-extras -ENV awscli 1.16.128 +ENV awscli 1.16.129 ENV kubectl v1.11.8 -ENV helm v2.13.0 +ENV helm v2.13.1 RUN pip install --upgrade awscli==${awscli} && \ apk -v --purge del py-pip && \ diff --git a/versions/awscli b/versions/awscli index 58c8237..a4f13f5 100644 --- a/versions/awscli +++ b/versions/awscli @@ -1 +1 @@ -1.16.128 \ No newline at end of file +1.16.129 \ No newline at end of file diff --git a/versions/helm b/versions/helm index 311f78b..de59775 100644 --- a/versions/helm +++ b/versions/helm @@ -1 +1 @@ -v2.13.0 \ No newline at end of file +v2.13.1 \ No newline at end of file