Skip to content

Commit 4f95eff

Browse files
committed
Bump standalone-{chrome,firefox} used in the deploy images
1 parent 572434e commit 4f95eff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

WORKSPACE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -197,23 +197,23 @@ load(
197197
container_pull(
198198
name = "java_image_base",
199199
# This pulls the java 11 version of the java base image
200-
digest = "sha256:ae5d32ed4da6d2207fd34accde64f5b1264cbdd1340fa8c1cfa70cdf1841f9db",
200+
digest = "sha256:97c7eae86c65819664fcb7f36e8dee54bbbbc09c2cb6b448cbee06e1b42df81b",
201201
registry = "gcr.io",
202202
repository = "distroless/java",
203203
)
204204

205205
container_pull(
206206
name = "firefox_standalone",
207207
# selenium/standalone-firefox-debug:3.141.59
208-
digest = "sha256:ac284138b2b8d581b9d3b1a15282ab0a679aa06cc34146f473e5e5aee5f5303d",
208+
digest = "sha256:ecc9861eafb3c2f999126fa4cc0434e9fbe6658ba1241998457bb088c99dd0d0",
209209
registry = "index.docker.io",
210210
repository = "selenium/standalone-firefox-debug",
211211
)
212212

213213
container_pull(
214214
name = "chrome_standalone",
215215
# selenium/standalone-chrome-debug:3.141.59
216-
digest = "sha256:75edd7f58f4faeb4c7b11d81bfa4c720e007253846defe3117bc3f692922894c",
216+
digest = "sha256:c3a2174ac31b3918ae9d93c43ed8165fc2346b8c9e16d38ebac691fbb242667f",
217217
registry = "index.docker.io",
218218
repository = "selenium/standalone-chrome-debug",
219219
)

0 commit comments

Comments
 (0)