From 9ddffb35713adb441fe563380201a3eac7538fcb Mon Sep 17 00:00:00 2001 From: Ricardo Zanini Date: Wed, 17 Jan 2024 17:35:11 -0300 Subject: [PATCH] Add minor version to image.yaml Signed-off-by: Ricardo Zanini --- image.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/image.yaml b/image.yaml index afd894a9f..dfe0f2736 100644 --- a/image.yaml +++ b/image.yaml @@ -1,6 +1,6 @@ - name: operator-builder version: 1.0.0 - from: golang:1.21 + from: golang:1.21.6 description: Builder Image for the Operator modules: