Skip to content

Commit

Permalink
update chromedriver version
Browse files Browse the repository at this point in the history
  • Loading branch information
seblum authored Nov 3, 2023
1 parent a4d6557 commit 776fb63
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-push-to-dockerhub_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: publish docker CD

env:
DOCKERREPO: seblum/octivbooker
TAG: v1.2.1
TAG: v1.2.2

on:
push:
Expand Down
4 changes: 3 additions & 1 deletion slotBooker/poetry.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ RUN apt-get install -yqq unzip
# RUN unzip /tmp/chromedriver.zip chromedriver -d /usr/local/bin/

# https://googlechromelabs.github.io/chrome-for-testing/#stable
RUN wget -O /tmp/chromedriver.zip https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/118.0.5993.70/linux64/chromedriver-linux64.zip
ENV ChromedriverVersion="119.0.6045.105"
# $ChromedriverVersion
RUN wget -O /tmp/chromedriver.zip https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/119.0.6045.105/linux64/chromedriver-linux64.zip
RUN unzip /tmp/chromedriver.zip chromedriver-linux64/chromedriver -d /usr/local/bin/

# set display port to avoid crash
Expand Down
2 changes: 1 addition & 1 deletion slotBooker/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "slotBooker"
version = "1.2.0"
version = "1.2.2"
description = ""
authors = ["Sebastian Blum <[email protected]>"]

Expand Down

0 comments on commit 776fb63

Please sign in to comment.