From ac427cb0afb282b8f542e5ecbcd4400392e634cf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 26 Feb 2025 01:59:53 +0000 Subject: [PATCH] chore(deps): update docker.io/cypress/browsers:latest docker digest to 9e53d84 (#3393) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .../java/com/integralblue/demo/jumpstart/LighthouseTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/java/com/integralblue/demo/jumpstart/LighthouseTest.java b/src/test/java/com/integralblue/demo/jumpstart/LighthouseTest.java index d18b631c5..05fe0f2a8 100644 --- a/src/test/java/com/integralblue/demo/jumpstart/LighthouseTest.java +++ b/src/test/java/com/integralblue/demo/jumpstart/LighthouseTest.java @@ -49,7 +49,7 @@ @Test /* default */ void testLighthouse() throws Exception { Testcontainers.exposeHostPorts(port); // allow the container to access the running web application - try (GenericContainer container = new GenericContainer<>("docker.io/cypress/browsers:latest@sha256:e732c3ede0a06e1368b4a990fde83c3a30c0092bfa851050198bdfb4e07ae830")) { + try (GenericContainer container = new GenericContainer<>("docker.io/cypress/browsers:latest@sha256:9e53d84846149171c6f104f9f50d20929502e51e3458fae3bc9038f8c6798d04")) { container .withLogConsumer(new Slf4jLogConsumer(log)) // pass through environment variables relevant to LHCI