Skip to content

Commit

Permalink
[bazel] Bump versions of docker images we use to the latest ones
Browse files Browse the repository at this point in the history
  • Loading branch information
shs96c committed Mar 30, 2021
1 parent aa7cdc6 commit 24bc7f0
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 jave base image
digest = "sha256:f9fe0de7f8ded68f757d99e9d165b96e89e00d4cef80d204aa76bc0b8ffc4576",
digest = "sha256:34c3598d83f0dba27820323044ebe79e63ad4f137b405676da75a3905a408adf",
registry = "gcr.io",
repository = "distroless/java",
)

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

container_pull(
name = "chrome_standalone",
# selenium/standalone-chrome-debug:3.141.59
digest = "sha256:53812c3d01622148e9ccd79e598c3740804dbfd51594ae592bac5a14380b595e",
digest = "sha256:4c56bcaba306dfc70b873f4e1f2292facb705984de90004c42c65a4380e0d3e3",
registry = "index.docker.io",
repository = "selenium/standalone-chrome-debug",
)
Expand Down

0 comments on commit 24bc7f0

Please sign in to comment.