pin chromium versions

This commit is contained in:
Robert Dyer
2025-05-29 13:16:15 -05:00
committed by GitHub
parent 6759916323
commit 2b355bf057
+2 -2
View File
@@ -9,8 +9,8 @@ RUN apk add --no-cache \
xdg-utils \ xdg-utils \
wget \ wget \
unzip \ unzip \
chromium \ chromium=136.0.7103.113-r0 \
chromium-chromedriver chromium-chromedriver=136.0.7103.113-r0
# Set the working directory in the container # Set the working directory in the container
WORKDIR /usr/src/app WORKDIR /usr/src/app