chore: Keep containers up-to-date

This commit is contained in:
Nikolai Rodionov
2023-06-27 04:21:28 +02:00
parent d3ef1b87db
commit da08ab2fc7
3 changed files with 6 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
ARG BASE_VERSION=latest
FROM ghcr.io/allanger/dumb-downloader as builder
ARG ARGOCD_VERSION=v2.5.10
ARG ARGOCD_VERSION=v2.7.6
ENV RUST_LOG=info
RUN mkdir /out
RUN dudo -l "https://github.com/argoproj/argo-cd/releases/download/{{ version }}/argocd-{{ os }}-{{ arch }}" -d /tmp/argocd -p $ARGOCD_VERSION