Skip to content

Commit

Permalink
Merge pull request #30 from aservo/feature/helmfile-0.155.0
Browse files Browse the repository at this point in the history
Update to Helmfile version 0.155.0, bump Azure CLI
  • Loading branch information
pathob authored Jul 18, 2023
2 parents 30cb823 + 81c306b commit 60bf9ea
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
ARG HELMFILE_VERSION=0.152.0
ARG HELMFILE_VERSION=0.155.0
ARG AZ_VERSION=2.50.0

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

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

# Install PIP packages

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

RUN pip3 install yq
Expand Down

0 comments on commit 60bf9ea

Please sign in to comment.