Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Balshgit committed Feb 9, 2024
1 parent 26dd083 commit 521f7a1
Show file tree
Hide file tree
Showing 6 changed files with 403 additions and 333 deletions.
6 changes: 3 additions & 3 deletions deploy/browsers.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"chrome": {
"default": "120.0",
"default": "121.0",
"versions": {
"120.0": {
"image": "selenoid/chrome:120.0",
"121.0": {
"image": "selenoid/chrome:121.0",
"port": "4444",
"path": "/",
"tmpfs": {
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ networks:

services:
selenoid:
image: "aerokube/selenoid:1.11.1"
image: "aerokube/selenoid:1.11.2"
container_name: "transport_bot_selenoid"
hostname: "selenoid_host"
restart: unless-stopped
Expand All @@ -32,7 +32,7 @@ services:
- "4444"

browser:
image: "selenoid/chrome:120.0"
image: "selenoid/chrome:121.0"
container_name: "transport_browser"

bot:
Expand Down
Loading

0 comments on commit 521f7a1

Please sign in to comment.