From 43c46b294c97ebb093de1485a26f9f351253637a Mon Sep 17 00:00:00 2001 From: Liora Milbaum Date: Tue, 21 May 2024 21:09:24 +0300 Subject: [PATCH] Bump fedora container image to a released version only --- Containerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Containerfile b/Containerfile index 2120056..8179432 100644 --- a/Containerfile +++ b/Containerfile @@ -23,6 +23,7 @@ # Because it's generating a base image and uses containerbuildcontextization features itself. # In the future some of this can be lifted. +# renovate: datasource=endoflife-date depName=fedora versioning=docker FROM quay.io/fedora/fedora:40 as repos FROM quay.io/centos-bootc/bootc-image-builder:latest as builder