diff --git a/Dockerfile b/Dockerfile index ffd135e..5234d8c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,8 +9,8 @@ RUN apk add --no-cache \ xdg-utils \ wget \ unzip \ - chromium \ - chromium-chromedriver + chromium=136.0.7103.113-r0 \ + chromium-chromedriver=136.0.7103.113-r0 # Set the working directory in the container WORKDIR /usr/src/app