Skip to content

Commit f2b6ea7

Browse files
committed
Bump everything
I saw a new GStreamer release, and I'm sure Dependabot will yell about that horrifying React server CVE even though I can practically guarantee this project will never use server components. I'm comfortable enough with what I see here.
1 parent 894362c commit f2b6ea7

File tree

4 files changed

+596
-777
lines changed

4 files changed

+596
-777
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# syntax = docker.io/docker/dockerfile:1.16
1+
# syntax = docker.io/docker/dockerfile:1.20
22

33
# The Alpine and Go base images must use the same release of Alpine.
44
ARG ALPINE_BASE=docker.io/library/alpine:3.22
55
ARG GOLANG_BASE=docker.io/library/golang:1.25-alpine3.22
66
# The Node.js image does not require any particular OS.
77
ARG NODEJS_BASE=docker.io/library/node:24-alpine
88
# See https://gstreamer.freedesktop.org/news/.
9-
ARG GSTREAMER_VERSION=1.26.8
9+
ARG GSTREAMER_VERSION=1.26.9
1010

1111
# Mirror of https://gitlab.freedesktop.org/gstreamer/gstreamer.git.
1212
# Since this is formally marked as a "public mirror" in the GitHub web UI, my

0 commit comments

Comments
 (0)