From 454ba7e863cceb60fb1846c0019d253295d420de Mon Sep 17 00:00:00 2001 From: gregnuj Date: Fri, 5 Jan 2024 05:59:21 -0600 Subject: [PATCH] add option to modify alpine version --- alpine.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alpine.Dockerfile b/alpine.Dockerfile index 1550772..2dc49bf 100644 --- a/alpine.Dockerfile +++ b/alpine.Dockerfile @@ -94,7 +94,7 @@ RUN set -x && \ fi ################################################################################ -FROM --platform=${BUILDPLATFORM} alpine:${DISTRO_VERSION} as prod +FROM --platform=${BUILDPLATFORM} alpine:latest as prod # build args passed down to env var