From 1fd73dce189c95da9fa05b568ccb0106ac8e6bc6 Mon Sep 17 00:00:00 2001 From: Alexey Pustovalov Date: Fri, 6 Dec 2024 17:41:18 +0900 Subject: [PATCH] Fixed RHEL base image cache --- .env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env b/.env index 85a77863d..a8193f4b8 100644 --- a/.env +++ b/.env @@ -81,7 +81,7 @@ ALPINE_CACHE_FROM=alpine:3.21 CENTOS_CACHE_FROM=quay.io/centos/centos:stream9-minimal OL_CACHE_FROM=oraclelinux:9-slim UBUNTU_CACHE_FROM=ubuntu:noble -RHEL_CACHE_FROM=registry.access.redhat.com/ubi9/ubi-minimal:9.4 +RHEL_CACHE_FROM=registry.access.redhat.com/ubi9/ubi-minimal:9.5 # Base images BUILD_BASE_IMAGE=zabbix-build-base