Skip to content

Commit cee190c

Browse files
committed
chore: bump helm-sops version
1 parent 732cc85 commit cee190c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ RUN curl -L https://get.helm.sh/helm-v3.12.0-linux-amd64.tar.gz | tar -xzf - -C
33
chmod +x /tmp/helm
44

55
FROM curlimages/curl:latest as helm-sops-dowloader
6-
RUN curl -L https://github.com/camptocamp/helm-sops/releases/download/20230703-1/helm-sops_20230703-1_linux_amd64.tar.gz | tar -xzf - -C /tmp && \
6+
RUN curl -L https://github.com/camptocamp/helm-sops/releases/download/20240712-1/helm-sops_20240712-1_linux_amd64.tar.gz | tar -xzf - -C /tmp && \
77
chmod +x /tmp/helm-sops
88

99
FROM curlimages/curl:latest as helmfile-dowloader

0 commit comments

Comments
 (0)