Skip to content

Commit

Permalink
google does not archive chrome 111 anymore.
Browse files Browse the repository at this point in the history
  • Loading branch information
m1k1o committed Jun 16, 2024
1 parent 4ab5901 commit 978fd89
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .docker/google-chrome/Dockerfile.nvidia
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ FROM $BASE_IMAGE

# latest working version with EGL: 111.0.5563.146, revert when resolved
# 112.0.5615.49 fails: https://github.com/VirtualGL/virtualgl/issues/229
ARG SRC_URL="https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-stable_111.0.5563.146-1_amd64.deb"
# google does not provide a direct link to the deb file anymore
# ARG SRC_URL="https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-stable_111.0.5563.146-1_amd64.deb"
ARG SRC_URL="https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb"

#
# install google chrome
Expand Down

0 comments on commit 978fd89

Please sign in to comment.