From e9146828a86d05b8c00eda11cd8f0cb3d79ec363 Mon Sep 17 00:00:00 2001 From: Alex Hamlin <alex@alexhamlin.co> Date: Sat, 14 Dec 2024 17:58:05 -0800 Subject: [PATCH] Bump to Alpine 3.21 The GStreamer build seems to have worked without issue on LLVM 19. Now I just need to hope it works at runtime. --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 8337fe8..fd6f6e7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,8 @@ -# syntax = docker.io/docker/dockerfile:1.10 +# syntax = docker.io/docker/dockerfile:1.12 # The Alpine and Go base images must use the same release of Alpine. -ARG ALPINE_BASE=docker.io/library/alpine:3.20 -ARG GOLANG_BASE=docker.io/library/golang:1.23-alpine3.20 +ARG ALPINE_BASE=docker.io/library/alpine:3.21 +ARG GOLANG_BASE=docker.io/library/golang:1.23-alpine3.21 # 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/.