On Wed, Nov 17, 2021 at 11:29:44PM +0900, Akira Yokosawa wrote: > This reverts commit a1f2577ee2be1a464c2e63191f17f21f24fc81f8. > > Fedora's Inkscape team has proactively applied the fix to the > issue at https://bugzilla.redhat.com/show_bug.cgi?id=2018036 > and has released inkscape-1.1.1-2. > > Now it should be safe for perfbook to build container images from > fedora:latest. > > Note: Upstream Inkscape will fix this issue with the point release > of 1.1.2, which is scheduled to be released in January 2022. > > Signed-off-by: Akira Yokosawa <akiyks@xxxxxxxxx> Queued and pushed, thank you! Thanx, Paul > --- > docker/Dockerfile.fedora | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/docker/Dockerfile.fedora b/docker/Dockerfile.fedora > index c2af8d11..91633948 100644 > --- a/docker/Dockerfile.fedora > +++ b/docker/Dockerfile.fedora > @@ -1,4 +1,4 @@ > -FROM fedora:34 > +FROM fedora:latest > > RUN dnf -y update && dnf install -y --setopt=tsflags=nodocs \ > fig2ps graphviz inkscape make git vim nano gnuplot-minimal groff time \ > > base-commit: 10fb038cd0da1be1db8766a9d2df120ebf6ca28d > -- > 2.17.1 >