build: use Fedora 39 as base image for test container

It seems GitHub has an issue with the Fedora 40 container image,
extracting the Golang tarball fails. The Fedora 39 image does not have
this problem, so use that for the time being.

Signed-off-by: Niels de Vos <ndevos@ibm.com>
(cherry picked from commit 60e2527917)
This commit is contained in:
Niels de Vos 2024-04-25 12:03:55 +02:00 committed by mergify[bot]
parent 49fbef830b
commit aa7d6b85a9

View File

@ -8,7 +8,7 @@
# little different.
#
FROM registry.fedoraproject.org/fedora:latest
FROM registry.fedoraproject.org/fedora:39
ARG GOPATH=/go
ARG GOROOT=/usr/local/go