Skip to content

Commit 1d0e267

Browse files
committed
Bump select server and client dependencies
I'm focusing on bigger direct dependencies, mainly the new GStreamer releases since I last touched this.
1 parent fd1f5df commit 1d0e267

4 files changed

Lines changed: 148 additions & 147 deletions

File tree

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.21
1+
# syntax = docker.io/docker/dockerfile:1.24
22

33
# The Alpine and Go base images must use the same release of Alpine.
44
ARG ALPINE_BASE=docker.io/library/alpine:3.23
55
ARG GOLANG_BASE=docker.io/library/golang:1.26-alpine3.23
66
# The Node.js image doesn't 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.28.1
9+
ARG GSTREAMER_VERSION=1.28.3
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)