From c25ea2d5c748e856156b357d46b70874eb37f1c6 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Sat, 12 Apr 2025 14:17:42 -0400 Subject: add new builder to openrc --- openrc/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'openrc/Dockerfile') diff --git a/openrc/Dockerfile b/openrc/Dockerfile index 49f32cb..d1f57d9 100644 --- a/openrc/Dockerfile +++ b/openrc/Dockerfile @@ -1,4 +1,5 @@ -FROM alpine:3.21 +ARG ALPINE_VERSION="3.21" +FROM alpine:${ALPINE_VERSION} # install packages RUN apk add --no-cache openrc udev-init-scripts-openrc -- cgit v1.2.3-freya