Skip to content

Commit

Permalink
Bump standalone-{chrome,firefox} used in the deploy images
Browse files Browse the repository at this point in the history
  • Loading branch information
shs96c committed Aug 16, 2021
1 parent 572434e commit 4f95eff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -197,23 +197,23 @@ load(
container_pull(
name = "java_image_base",
# This pulls the java 11 version of the java base image
digest = "sha256:ae5d32ed4da6d2207fd34accde64f5b1264cbdd1340fa8c1cfa70cdf1841f9db",
digest = "sha256:97c7eae86c65819664fcb7f36e8dee54bbbbc09c2cb6b448cbee06e1b42df81b",
registry = "gcr.io",
repository = "distroless/java",
)

container_pull(
name = "firefox_standalone",
# selenium/standalone-firefox-debug:3.141.59
digest = "sha256:ac284138b2b8d581b9d3b1a15282ab0a679aa06cc34146f473e5e5aee5f5303d",
digest = "sha256:ecc9861eafb3c2f999126fa4cc0434e9fbe6658ba1241998457bb088c99dd0d0",
registry = "index.docker.io",
repository = "selenium/standalone-firefox-debug",
)

container_pull(
name = "chrome_standalone",
# selenium/standalone-chrome-debug:3.141.59
digest = "sha256:75edd7f58f4faeb4c7b11d81bfa4c720e007253846defe3117bc3f692922894c",
digest = "sha256:c3a2174ac31b3918ae9d93c43ed8165fc2346b8c9e16d38ebac691fbb242667f",
registry = "index.docker.io",
repository = "selenium/standalone-chrome-debug",
)
Expand Down

0 comments on commit 4f95eff

Please sign in to comment.