From d54efb18a96e3244bf1aa5228ed3915a426633c9 Mon Sep 17 00:00:00 2001 From: Roger Sikorski Date: Tue, 8 Aug 2023 14:47:48 +0200 Subject: [PATCH] switched to alpine 3.18 Signed-off-by: Roger Sikorski --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index c26cac5..2c3b0fc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ -# https://hub.docker.com/_/alpine -FROM alpine:latest +# https://endoflife.date/alpine +FROM alpine:3.18 RUN apk update && \ apk add --no-cache nano mc micro rsync ncdu git curl