aerokube/selenoid to 1.0.10 version

This commit is contained in:
Dmitry Afanasyev 2023-04-06 16:27:55 +03:00
parent d9ebff73d4
commit fcbccbfc34
3 changed files with 9 additions and 2 deletions

7
delete.py Normal file
View File

@ -0,0 +1,7 @@
import time
index = 0
while True:
index += 1
print(index, round(time.time() / 25))
time.sleep(1)

View File

@ -1,4 +1,4 @@
FROM selenoid/firefox:111.0 as builder
FROM aerokube/selenoid:latest-release
FROM aerokube/selenoid:1.10.10

View File

@ -5,7 +5,7 @@ description = "Bot to help with mosgortans"
authors = ["Dmitry Afanasyev <Balshbox@gmail.com>"]
[tool.poetry.dependencies]
python = "^3.11"
python = "^3.11.1"
aiogram = "^2.21"
selenium = "^4.3.0"
httpx = "^0.23.0"