Skip to content

Commit 99cdf67

Browse files
committed
Build the container with Go 1.26
The runtime improvements in this version might be useful. I realize GStreamer 1.28 is out, but I want to spend some time making sure I understand the changes involved. They specifically had a note about mpeg2dec being deprecated in favor of libavcodec. Which, now that I think about it, is probably why the Alpine Linux maintainers stopped shipping that plugin ages ago, which makes me a fool for building from source instead of figuring out _why_ they stopped shipping it.
1 parent d6997b5 commit 99cdf67

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# syntax = docker.io/docker/dockerfile:1.20
1+
# syntax = docker.io/docker/dockerfile:1.21
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
5-
ARG GOLANG_BASE=docker.io/library/golang:1.25-alpine3.23
5+
ARG GOLANG_BASE=docker.io/library/golang:1.26-alpine3.23
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/.

0 commit comments

Comments
 (0)