Update firefox and geekodrive to the last version in Dockerfile.headless

This commit is contained in:
Philippe Noel 2024-03-20 16:22:54 +01:00 committed by bretfourbe
parent 3e0baf6f4a
commit c97316cfe6
1 changed files with 2 additions and 2 deletions

View File

@ -18,8 +18,8 @@ RUN pip3 install . --break-system-packages
FROM debian:bookworm-slim
ARG firefox_ver=118.0
ARG geckodriver_ver=0.33.0
ARG firefox_ver=124.0
ARG geckodriver_ver=0.34.0
ENV DEBIAN_FRONTEND=noninteractive \
LANG=en_US.UTF-8 \