Skip to content

Commit

Permalink
use 2.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreAndreis committed Mar 2, 2023
1 parent 43d792c commit 15513f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN apk --no-cache add \
glibc-bin-${GLIBC_VER}.apk \
glibc-i18n-${GLIBC_VER}.apk \
&& /usr/glibc-compat/bin/localedef -i en_US -f UTF-8 en_US.UTF-8 \
&& curl -sL "https://awscli.amazonaws.com/awscli-exe-linux-x86_64-2.0.30.zip" -o "awscliv2.zip" \
&& curl -sL "https://awscli.amazonaws.com/awscli-exe-linux-x86_64-2.10.3.zip" -o "awscliv2.zip" \
&& unzip awscliv2.zip \
&& aws/install \
&& mv helmfile_linux_amd64 /usr/local/bin/helmfile \
Expand Down

0 comments on commit 15513f3

Please sign in to comment.