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 Praveen M
parent 5400d8aa68
commit dbc95c6ee8

View File

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