There was an error while loading. Please reload this page.
1 parent c1b4e34 commit 61ce001Copy full SHA for 61ce001
Dockerfile
@@ -8,7 +8,7 @@ FROM python:3.11-slim-bullseye
8
9
ENV APT_INSTALL="apt-get -y install --no-install-recommends"
10
11
-ARG CHROME_VERSION="123.0.6312.122-1"
+ARG CHROME_VERSION="latest"
12
13
ENV CHROME_LATEST_URL="https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb"
14
ENV CHROME_VERSION_URL="https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-stable_${CHROME_VERSION}_amd64.deb"
0 commit comments