Skip to content

Commit

Permalink
Update yq, helm and kubectl bundled in Docker image (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmalek-sumo authored Jan 12, 2021
1 parent f0af5fd commit c28d009
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ RUN apk update && apk upgrade && apk add g++
RUN cargo build --release

FROM alpine:3.12
ENV HELM_VERSION="3.4.0"
ENV YQ_VERSION="3.2.1"
ENV KUBECTL_VERSION="v1.18.10"
ENV HELM_VERSION="3.4.2"
ENV YQ_VERSION="3.4.1"
ENV KUBECTL_VERSION="v1.18.14"
RUN set -ex \
&& apk update \
&& apk upgrade \
Expand Down

0 comments on commit c28d009

Please sign in to comment.