From d83e17b5d7fdf3f13059a9aef5491947891f1351 Mon Sep 17 00:00:00 2001 From: Hiep Mai Date: Tue, 27 Aug 2024 10:08:25 +0700 Subject: [PATCH] update mount secret --- Dockerfile | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 22aba40c..93c3b12c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,9 +12,12 @@ RUN apk add --no-cache --update openssh git make build-base linux-headers libc-d libzmq-static libsodium-static gcc -RUN --mount=type=secret,id=GO_PRIVATE_TOKEN \ <