Switch to beefier docker image to fix 'Could not initialize class sun.awt.X11FontManager' for math rendering in Encyclopedia test.

This commit is contained in:
vlofgren 2022-05-28 13:59:50 +02:00
parent ac9064096d
commit 0acdd5b660

View File

@ -30,7 +30,7 @@ public class EncyclopediaE2ETest extends E2ETestBase {
@Container
public GenericContainer<?> encyclopediaContainer = forService(ENCYCLOPEDIA, mariaDB);
@Container
public GenericContainer<?> encyclopediaLoader = new GenericContainer<>("openjdk:17-alpine")
public GenericContainer<?> encyclopediaLoader = new GenericContainer<>("openjdk:17")
.dependsOn(encyclopediaContainer)
.dependsOn(mariaDB)
.withNetwork(network)