Conversation
Updated FFmpeg and rclone versions in Dockerfile. Signed-off-by: Viet Nguyen Duc <nguyenducviet4496@gmail.com>
PR Compliance Guide 🔍Below is a summary of compliance checks for this PR:
Compliance status legend🟢 - Fully Compliant🟡 - Partial Compliant 🔴 - Not Compliant ⚪ - Requires Further Human Verification 🏷️ - Compliance label |
||||||||||||||||||||||||
Signed-off-by: Viet Nguyen Duc <nguyenducviet4496@gmail.com>
PR Code Suggestions ✨Explore these optional code suggestions:
|
|||||||||||||||
Signed-off-by: Viet Nguyen Duc <nguyenducviet4496@gmail.com>
CI Feedback 🧐A test triggered by this PR failed. Here is an AI-generated analysis of the failure:
|
Signed-off-by: Viet Nguyen Duc <nguyenducviet4496@gmail.com>
User description
Updated FFmpeg and rclone versions in Dockerfile.
Thanks for contributing to the Docker-Selenium project!
A PR well described will help maintainers to quickly review and merge it
Before submitting your PR, please check our contributing guidelines, applied for this repository.
Avoid large PRs, help reviewers by making them as simple and short as possible.
Description
Motivation and Context
Types of changes
Checklist
PR Type
Enhancement
Description
Updated FFmpeg version from 8.0.1 to 8.0
Updated rclone version from v1.72.0 to v1.72.1
Optimized FFmpeg git clone with branch checkout
Removed redundant git checkout command
Diagram Walkthrough
File Walkthrough
Dockerfile
Update dependency versions and optimize git clone.ffmpeg/Dockerfile
FFMPEG_VERSIONfrom "8.0.1" to "8.0"RCLONE_VERfrom "v1.72.0" to "v1.72.1"-brelease/${FFMPEG_VERSION}flaggit checkout n${FFMPEG_VERSION}command