Skip to content

Commit

Permalink
web integration: update chromedriver
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias committed Aug 11, 2023
1 parent 3d75700 commit 4282bbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile.integration-web
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ RUN sed -i 's#disableAuthWithUsernameAndPassword = true#disableAuthWithUsernameA
RUN mkdir -p assets/js/package
RUN ./scripts/prepare-web.sh

RUN curl -s 'https://chromedriver.storage.googleapis.com/113.0.5672.63/chromedriver_linux64.zip' >/tmp/chromedriver.zip && unzip /tmp/chromedriver.zip && rm /tmp/chromedriver.zip
RUN curl -s 'https://chromedriver.storage.googleapis.com/114.0.5735.90/chromedriver_linux64.zip' >/tmp/chromedriver.zip && unzip /tmp/chromedriver.zip && rm /tmp/chromedriver.zip
RUN chmod +x chromedriver
RUN flutter config --enable-web
COPY ./docker/run-integration-web.sh /
Expand Down

0 comments on commit 4282bbf

Please sign in to comment.