From dcf30e51a948a07bc984a51aba367b025988957c Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Fri, 30 Sep 2022 18:22:48 -0700 Subject: [PATCH] osbs / prod: try upgrading the buildroot Signed-off-by: Kevin Fenzi --- files/osbs/buildroot-Dockerfile-production.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/osbs/buildroot-Dockerfile-production.j2 b/files/osbs/buildroot-Dockerfile-production.j2 index cd4486c5db..de95e4337b 100644 --- a/files/osbs/buildroot-Dockerfile-production.j2 +++ b/files/osbs/buildroot-Dockerfile-production.j2 @@ -1,4 +1,4 @@ -FROM registry.fedoraproject.org/fedora:33 +FROM registry.fedoraproject.org/fedora:36 RUN dnf -y install --refresh dnf-plugins-core && dnf -y install moby-engine git python3-setuptools e2fsprogs koji osbs-client\ python3-osbs-client gssproxy fedpkg python3-docker-squash atomic-reactor python3-atomic-reactor* go-md2man python3-productmd\ python3-gobject python3-libmodulemd python3-pdc-client ostree flatpak-module-tools flatpak skopeo && dnf clean all