Skip to content

Commit

Permalink
Update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasdc6 committed May 8, 2024
1 parent 4d04428 commit 3dfec65
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 @@ -5,19 +5,19 @@ ENV LANG en_US.utf8
WORKDIR /tmp/binaries

# SOPS
ENV SOPS_VERSION v3.7.3
ENV SOPS_VERSION v3.8.1
RUN wget -q https://github.com/mozilla/sops/releases/download/${SOPS_VERSION}/sops-${SOPS_VERSION}.linux.amd64 -O /usr/bin/sops &&\
chmod +x /usr/bin/sops

# HELM
ENV HELM_VERSION v3.12.2
ENV HELM_VERSION v3.14.4
RUN wget -q https://get.helm.sh/helm-${HELM_VERSION}-linux-amd64.tar.gz -O helm.tar.gz &&\
tar -zxvf helm.tar.gz &&\
chmod +x linux-amd64/helm &&\
mv linux-amd64/helm /usr/bin/helm

# HELMFILE
ENV HELMFILE_VERSION 0.155.0
ENV HELMFILE_VERSION 0.164.0
RUN wget -q https://github.com/helmfile/helmfile/releases/download/v${HELMFILE_VERSION}/helmfile_${HELMFILE_VERSION}_linux_amd64.tar.gz -O helmfile.tar.gz &&\
tar -zxvf helmfile.tar.gz &&\
chmod +x helmfile &&\
Expand Down

0 comments on commit 3dfec65

Please sign in to comment.