From 9771704fa32eb8b76711046fefe626127d4779f5 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Tue, 22 Oct 2019 19:55:52 +0000 Subject: [PATCH] Dockerfile: Bump to f31 We should match https://github.com/coreos/fedora-coreos-config/pull/200 on general principle, but also specifically because we now also have a buildroot container that derives from this, and we want to support people building content in that buildroot that targets the host. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bba9343c5c..e153f56189 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM registry.fedoraproject.org/fedora:30 +FROM registry.fedoraproject.org/fedora:31 WORKDIR /root/containerbuild # We split into multiple steps here so that local dev workflows which involve