Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Dockerfile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 9c54e21d..be19f0f1 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,5 +1,4 @@
# Use the official Golang image as the base image
-ARG TARGETOS TARGETARCH
FROM --platform=$BUILDPLATFORM golang:1.20 as builder
ARG TARGETOS TARGETARCH
RUN echo "TARGETOS=$TARGETOS TARGETARCH=$TARGETARCH"