Skip to content

Commit

Permalink
Merge pull request #29 from aservo/feature/helmfile-0.152.0
Browse files Browse the repository at this point in the history
Update to Helmfile version 0.152.0, bump Azure CLI
  • Loading branch information
lehmannk authored Apr 18, 2023
2 parents 7b52a43 + f485696 commit 30cb823
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,4 +1,4 @@
ARG HELMFILE_VERSION=0.151.0
ARG HELMFILE_VERSION=0.152.0

FROM ghcr.io/helmfile/helmfile-ubuntu:v${HELMFILE_VERSION}

Expand Down Expand Up @@ -27,7 +27,7 @@ RUN apt-get update && \

# Install PIP packages

ARG AZ_VERSION=2.46.0
ARG AZ_VERSION=2.47.0
RUN pip3 install -Iv azure-cli==${AZ_VERSION}

RUN pip3 install yq
Expand Down

0 comments on commit 30cb823

Please sign in to comment.