diff --git a/images/tools/Earthfile b/images/tools/Earthfile index 013a5bbfe0ccbc05543b81e839407300fe2a773a..150be6beac6077525714e450b00fe210d89d887e 100644 --- a/images/tools/Earthfile +++ b/images/tools/Earthfile @@ -50,7 +50,7 @@ flux: FROM ../mirror+fedora # renovate: datasource=github-releases depName=fluxcd/flux2 - ARG FLUX_VERSION=v2.2.2 + ARG FLUX_VERSION=v2.2.3 ENV FLUX_VERSION=${FLUX_VERSION} RUN curl -L https://github.com/fluxcd/flux2/releases/download/${FLUX_VERSION}/flux_$(sed 's/^v//g' <<<${FLUX_VERSION})_linux_amd64.tar.gz | tar xvzf - flux \