Skip to content

Commit

Permalink
Bump to Alpine 3.21
Browse files Browse the repository at this point in the history
The GStreamer build seems to have worked without issue on LLVM 19.
Now I just need to hope it works at runtime.
  • Loading branch information
ahamlinman committed Dec 15, 2024
1 parent 09018e1 commit e914682
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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/.
Expand Down

0 comments on commit e914682

Please sign in to comment.