From 8975a18d8c377eb2d29ab6cb78a2c0913257c2a7 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Sat, 25 Mar 2023 15:01:24 -0700 Subject: [PATCH] fasjson: try and bump base image to f37 Signed-off-by: Kevin Fenzi --- roles/openshift-apps/fasjson/templates/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/openshift-apps/fasjson/templates/Dockerfile b/roles/openshift-apps/fasjson/templates/Dockerfile index f384d37a4b..b621c691fc 100644 --- a/roles/openshift-apps/fasjson/templates/Dockerfile +++ b/roles/openshift-apps/fasjson/templates/Dockerfile @@ -1,5 +1,5 @@ # Switch to F36 when this PR is shipped: https://github.com/python-ldap/python-ldap/pull/458 -FROM fedora:35 +FROM fedora:37 LABEL \ name="fasjson" \ vendor="Fedora Infrastructure" \