Skip to content

Commit

Permalink
chore(deps): update docker.io/cypress/browsers:latest docker digest t…
Browse files Browse the repository at this point in the history
…o 9e53d84 (#3393)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 26, 2025
1 parent 9254ec1 commit ac427cb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ac427cb

Please sign in to comment.