Skip to content

Commit

Permalink
edited the selenium/video image tag to fix issue# 1120 (#1123)
Browse files Browse the repository at this point in the history
Co-authored-by: Diego Molina <diemol@users.noreply.github.com>
  • Loading branch information
amuthansakthivel and diemol committed Oct 8, 2020
1 parent 0d61bb6 commit fe2eccf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose-v3-video.yml
Expand Up @@ -43,7 +43,7 @@ services:
- "6902:5900"

chrome_video:
image: selenium/video:ffmpeg-4.3.1-20200920
image: selenium/video:ffmpeg-4.3.1-20200921
volumes:
- /tmp/videos:/videos
depends_on:
Expand All @@ -53,7 +53,7 @@ services:
- FILE_NAME=chrome_video.mp4

firefox_video:
image: selenium/video:ffmpeg-4.3.1-20200920
image: selenium/video:ffmpeg-4.3.1-20200921
volumes:
- /tmp/videos:/videos
depends_on:
Expand Down

0 comments on commit fe2eccf

Please sign in to comment.