From 7ffb249032bb526deb335db950dd09a5d973e1fd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 8 Nov 2024 16:25:30 +0000 Subject: [PATCH] Update alpine Docker tag to v3.20 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index a38cd5a..bc361c8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.8 AS stage1 +FROM alpine:3.20 AS stage1 # IPMITOOL @@ -59,7 +59,7 @@ RUN rm -rf /tmp/sum # Build a lean image with dependencies installed. ## Do this because apk can install a ton of junk. -FROM alpine:3.8 +FROM alpine:3.20 COPY --from=stage1 / / ## SUM and IPMITOOL is dynamically linked and needs glibc