We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd1f5df commit 1d0e267Copy full SHA for 1d0e267
4 files changed
Dockerfile
@@ -1,12 +1,12 @@
1
-# syntax = docker.io/docker/dockerfile:1.21
+# syntax = docker.io/docker/dockerfile:1.24
2
3
# The Alpine and Go base images must use the same release of Alpine.
4
ARG ALPINE_BASE=docker.io/library/alpine:3.23
5
ARG GOLANG_BASE=docker.io/library/golang:1.26-alpine3.23
6
# The Node.js image doesn't require any particular OS.
7
ARG NODEJS_BASE=docker.io/library/node:24-alpine
8
# See https://gstreamer.freedesktop.org/news/.
9
-ARG GSTREAMER_VERSION=1.28.1
+ARG GSTREAMER_VERSION=1.28.3
10
11
# Mirror of https://gitlab.freedesktop.org/gstreamer/gstreamer.git.
12
# Since this is formally marked as a "public mirror" in the GitHub web UI, my
0 commit comments