From 9d496470944412e50267fbff580d703e5fc88138 Mon Sep 17 00:00:00 2001 From: Damon To Date: Tue, 2 Apr 2024 11:41:35 +0800 Subject: [PATCH] fix: replace ENV to ARG --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 684bec6..f02023c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ WORKDIR /app COPY . . -ENV VERSION="" +ARG VERSION RUN set -ex \ && apk add --no-cache git \