File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11FROM ubuntu:noble AS builder
2- ARG FFMPEG_VERSION="7.1.1 "
3- ARG RCLONE_VER="v1.70.3 "
2+ ARG FFMPEG_VERSION="8.0 "
3+ ARG RCLONE_VER="v1.71.0 "
44ARG GO_VERSION="latest"
55# ARG GO_CRYPTO_VERSION="v0.36.0"
66# ARG GO_OAUTH2_VERSION="v0.27.0"
Original file line number Diff line number Diff line change @@ -19,9 +19,9 @@ BUILD_ARGS := $(BUILD_ARGS) --progress plain
1919MAJOR := $(word 1,$(subst ., ,$(TAG_VERSION ) ) )
2020MINOR := $(word 2,$(subst ., ,$(TAG_VERSION ) ) )
2121MAJOR_MINOR_PATCH := $(word 1,$(subst -, ,$(TAG_VERSION ) ) )
22- FFMPEG_VERSION := $(or $(FFMPEG_VERSION ) ,$(FFMPEG_VERSION ) ,7.1 )
22+ FFMPEG_VERSION := $(or $(FFMPEG_VERSION ) ,$(FFMPEG_VERSION ) ,8.0 )
2323FFMPEG_TAG_PREV_VERSION := $(or $(FFMPEG_TAG_PREV_VERSION ) ,$(FFMPEG_TAG_PREV_VERSION ) ,ffmpeg-7.1)
24- FFMPEG_TAG_VERSION := $(or $(FFMPEG_TAG_VERSION ) ,$(FFMPEG_TAG_VERSION ) ,ffmpeg-7.1 )
24+ FFMPEG_TAG_VERSION := $(or $(FFMPEG_TAG_VERSION ) ,$(FFMPEG_TAG_VERSION ) ,ffmpeg-8.0 )
2525FFMPEG_BASED_NAME := $(or $(FFMPEG_BASED_NAME ) ,$(FFMPEG_BASED_NAME ) ,selenium)
2626FFMPEG_BASED_TAG := $(or $(FFMPEG_BASED_TAG ) ,$(FFMPEG_BASED_TAG ) ,latest)
2727CURRENT_PLATFORM := $(shell if [ `arch` = "aarch64" ] || [ `arch` = "arm64" ]; then echo "linux/arm64"; else echo "linux/amd64"; fi)
You can’t perform that action at this time.
0 commit comments