From deec5da3202043b6bc3892bbdbbb90cbaa2638c3 Mon Sep 17 00:00:00 2001 From: Alex Hamlin Date: Fri, 21 Jun 2024 22:03:32 -0700 Subject: [PATCH] Bump GStreamer to v1.24.5 I guess there are things like memory leak fixes in here. Nothing too obvious in my specific plugins, but whatever. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 83e8952..411b63e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ ARG GOLANG_BASE=docker.io/library/golang:1.22-alpine3.20 # The Node.js image does not require any particular OS. ARG NODEJS_BASE=docker.io/library/node:22-alpine # See https://gstreamer.freedesktop.org/news/. -ARG GSTREAMER_VERSION=1.24.3 +ARG GSTREAMER_VERSION=1.24.5 # Let's get the client build out of the way, since it's much simpler than