Skip to content

Commit

Permalink
chore: upgrade helm-sops
Browse files Browse the repository at this point in the history
  • Loading branch information
yann-soubeyrand committed May 17, 2023
1 parent 9216f3d commit f27642a
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
@@ -1,5 +1,5 @@
FROM docker.io/golang:1.20 as builder
RUN git clone --branch=20230516-1 --depth=1 https://github.com/camptocamp/helm-sops && \
RUN git clone --branch=20230517-1 --depth=1 https://github.com/camptocamp/helm-sops && \
cd helm-sops && \
go build
RUN wget -O /tmp/helmfile https://github.com/roboll/helmfile/releases/download/v0.144.0/helmfile_linux_amd64 && chmod +x /tmp/helmfile
Expand Down

0 comments on commit f27642a

Please sign in to comment.