From dbe5411559c8516276dc1f3e23a9ece7240fc602 Mon Sep 17 00:00:00 2001 From: Nulo Date: Sat, 11 Dec 2021 16:39:32 -0300 Subject: [PATCH] Don't empty ALPINE_VERSION --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bf85289..804719c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,6 @@ ARG GID=991 ### Build Hardened Malloc -ARG ALPINE_VERSION FROM docker.io/alpine:${ALPINE_VERSION} as build-malloc ARG HARDENED_MALLOC_VERSION