From ec88988ba73f0e00e2e7c593e9b33e563cc4222a Mon Sep 17 00:00:00 2001 From: Brandon Caton Date: Tue, 15 Oct 2024 16:29:55 -0400 Subject: [PATCH] updating quay to 3.12.2 (#173) --- .env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env b/.env index 3b2a8b0..c854006 100644 --- a/.env +++ b/.env @@ -1,7 +1,7 @@ EE_IMAGE=quay.io/quay/mirror-registry-ee:latest EE_BASE_IMAGE=registry.redhat.io/ansible-automation-platform-24/ee-minimal-rhel8:1.0.0-683 EE_BUILDER_IMAGE=registry.redhat.io/ansible-automation-platform-24/ansible-builder-rhel8:3.0.1-55 -QUAY_IMAGE=registry.redhat.io/quay/quay-rhel8:v3.12.1 +QUAY_IMAGE=registry.redhat.io/quay/quay-rhel8:v3.12.2 REDIS_IMAGE=registry.redhat.io/rhel8/redis-6:1-190 PAUSE_IMAGE=registry.access.redhat.com/ubi8/pause:8.10-5 SQLITE_IMAGE=quay.io/projectquay/sqlite-cli:latest