From c35bb440ffb9cd28048e3d9a2c0ee272cb14f6e9 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Mon, 23 Feb 2026 12:41:40 -0500 Subject: update alpine version --- build/db-init/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'build/db-init') diff --git a/build/db-init/Dockerfile b/build/db-init/Dockerfile index c5a4b59..7bc16ce 100644 --- a/build/db-init/Dockerfile +++ b/build/db-init/Dockerfile @@ -15,7 +15,8 @@ ### ### You should have received a copy of the GNU General Public License ### along with CRIMSON. If not, see . -FROM alpine:latest +ARG ALPINE_VERSION="3.23" +FROM alpine:${ALPINE_VERSION} # install packages RUN apk add --no-cache postgresql16-client tini shadow sed -- cgit v1.2.3-freya