Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: pando85/gearr
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 677e38a5e0043a71e369286a1334c984905d410b
Choose a base ref
..
head repository: pando85/gearr
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3c679dfd3f3ac5682c5a009c341c04a0c5166ebb
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 Dockerfile
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# target build source: https://github.com/markus-perl/ffmpeg-build-script/blob/v1.48/Dockerfile
ARG BASE_IMAGE=ubuntu:24.04@sha256:56a8952801afd93876eea675cae9ab861bf8d2e6a4f978e4b0237ce94e1c3b49
ARG BASE_IMAGE=ubuntu:24.04@sha256:dfc10878be8d8fc9c61cbff33166cb1d1fe44391539243703c72766894fa834a
FROM ${BASE_IMAGE} AS build

ARG FFMPEG_BUILD_SCRIPT_VERSION=1.48