Skip to content

Commit fe2eccf

Browse files
edited the selenium/video image tag to fix issue# 1120 (#1123)
Co-authored-by: Diego Molina <[email protected]>
1 parent 0d61bb6 commit fe2eccf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose-v3-video.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ services:
4343
- "6902:5900"
4444

4545
chrome_video:
46-
image: selenium/video:ffmpeg-4.3.1-20200920
46+
image: selenium/video:ffmpeg-4.3.1-20200921
4747
volumes:
4848
- /tmp/videos:/videos
4949
depends_on:
@@ -53,7 +53,7 @@ services:
5353
- FILE_NAME=chrome_video.mp4
5454

5555
firefox_video:
56-
image: selenium/video:ffmpeg-4.3.1-20200920
56+
image: selenium/video:ffmpeg-4.3.1-20200921
5757
volumes:
5858
- /tmp/videos:/videos
5959
depends_on:

0 commit comments

Comments
 (0)