Skip to content

Commit 61ce001

Browse files
committed
Unpin Chrome 123 in Dockerfile
1 parent c1b4e34 commit 61ce001

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ FROM python:3.11-slim-bullseye
88

99
ENV APT_INSTALL="apt-get -y install --no-install-recommends"
1010

11-
ARG CHROME_VERSION="123.0.6312.122-1"
11+
ARG CHROME_VERSION="latest"
1212

1313
ENV CHROME_LATEST_URL="https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb"
1414
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

Comments
 (0)