From 58438cfe1c9101dfcf7e6b3ed000004f4abdef97 Mon Sep 17 00:00:00 2001 From: Nikolai Rodionov Date: Fri, 10 May 2024 13:19:46 +0200 Subject: [PATCH] Add Templates to pretty config --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index d2eed42..7c825e9 100644 --- a/Containerfile +++ b/Containerfile @@ -1,4 +1,4 @@ -FROM fluxcd/flux-cli as flux-source +FROM fluxcd/flux-cli:v2.2.3 as flux-source WORKDIR /out RUN cp $(which flux) .