Skip to content

Commit

Permalink
Add chrome-for-testing & chromedriver sha255sums
Browse files Browse the repository at this point in the history
  • Loading branch information
kimo-k committed Feb 20, 2024
1 parent 6789b13 commit f311fa3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chrome-latest/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ RUN \
export CHROME_FOR_TESTING_FILENAME=$(basename "${CHROME_FOR_TESTING_URL%%\?*}") && \
export CHROMEDRIVER_URL="https://storage.googleapis.com/chrome-for-testing-public/${CHROME_FOR_TESTING_VERSION}/linux64/chromedriver-linux64.zip" && \
export CHROMEDRIVER_FILENAME=$(basename "${CHROMEDRIVER_URL%%\?*}") && \
export CHROME_FOR_TESTING_SHA256SUM="" && \
export CHROMEDRIVER_SHA256SUM="502f124092160cbfde42705cb24aad8b48b4b5c6c22b440a34d83034019d408f" && \
export CHROME_FOR_TESTING_SHA256SUM="f2496409f3f440c039c967751818480c6029da43b808db307fd2381cabc836ee" && \
export CHROMEDRIVER_SHA256SUM="a1e864dd3b087733e5c654f57b93a241ee5f9dbf82c6b5a48e7c1768ea9e78e6" && \
#
cd /tmp && \
#
Expand Down

0 comments on commit f311fa3

Please sign in to comment.