From 4c7aaa5ccfb8ed6d1568ce49bf154b9a771fcaab Mon Sep 17 00:00:00 2001 From: Lukas Holecek Date: Tue, 24 Oct 2023 08:48:44 +0200 Subject: [PATCH] Tests: Update postgres to 14.7 (#108) JIRA: RHELWF-10031 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 9977d39..cb77168 100644 --- a/tox.ini +++ b/tox.ini @@ -73,7 +73,7 @@ passenv = POSTGRES_5432_TCP [docker:resultsdb-postgres] -image = docker.io/library/postgres:12.6 +image = docker.io/library/postgres:14.7-alpine environment = POSTGRES_USER=resultsdb POSTGRES_DB=resultsdb