Skip to content

Commit

Permalink
ci: use latest Fedora container-image
Browse files Browse the repository at this point in the history
GitHub had issues with Fedora 40 when it was released. Hopefully this is
not the case anymore.

Closes: #4585
Signed-off-by: Niels de Vos <[email protected]>
  • Loading branch information
nixpanic committed Aug 1, 2024
1 parent e3697f4 commit 0b2fca9
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:39
FROM registry.fedoraproject.org/fedora:latest

ARG GOPATH=/go
ARG GOROOT=/usr/local/go
Expand Down

0 comments on commit 0b2fca9

Please sign in to comment.