Skip to content

Commit

Permalink
build: use Fedora 39 as base image for test container
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
nixpanic authored and mergify[bot] committed Apr 25, 2024
1 parent 2887747 commit 60e2527
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/Dockerfile.test
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 60e2527

Please sign in to comment.