Skip to content

Commit

Permalink
Merge pull request #2 from snapp-incubator/m-yosefpor-2.7.1
Browse files Browse the repository at this point in the history
Update Dockerfile 2.7.1
  • Loading branch information
m-yosefpor authored May 25, 2023
2 parents 2650958 + 73e2272 commit 178ec16
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 @@ -5,7 +5,7 @@ RUN git clone --branch=20230517-1 --depth=1 https://github.com/camptocamp/helm-s
RUN wget -O /tmp/helmfile https://github.com/roboll/helmfile/releases/download/v0.144.0/helmfile_linux_amd64 && chmod +x /tmp/helmfile
RUN wget -O /tmp/yq https://github.com/mikefarah/yq/releases/download/v4.25.1/yq_linux_amd64 && chmod +x /tmp/yq

FROM quay.io/argoproj/argocd:v2.6.7
FROM quay.io/argoproj/argocd:v2.7.1
USER root
COPY argocd-repo-server-wrapper /usr/local/bin/
COPY argocd-helmfile /usr/local/bin/
Expand Down

0 comments on commit 178ec16

Please sign in to comment.