From 7eee1b74d7f5c8abe67e66d237d9d933acf95ca9 Mon Sep 17 00:00:00 2001 From: "Ben V. Brown" Date: Sun, 23 Feb 2025 18:47:50 +1100 Subject: [PATCH] Update alpine --- scripts/IronOS.Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/IronOS.Dockerfile b/scripts/IronOS.Dockerfile index 2c339408..fa4d3a22 100644 --- a/scripts/IronOS.Dockerfile +++ b/scripts/IronOS.Dockerfile @@ -1,7 +1,7 @@ # Default Reference Distro for development env & deploy: -# * Alpine Linux, version 3.19 * +# * Alpine Linux, version 3.21 * -FROM alpine:3.19 +FROM alpine:3.21 LABEL maintainer="Ben V. Brown " # Default current dir when container starts