From 9a476e5de1c65cb88bfee522f4829cacf6f1305b Mon Sep 17 00:00:00 2001 From: GoEdgeLab Date: Thu, 27 Jul 2023 08:36:27 +0800 Subject: [PATCH] Update Dockerfile --- docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index 3f02bd5c..a62cb18d 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -5,7 +5,7 @@ ENV VERSION 1.2.5 ENV ROOT_DIR /usr/local/goedge ENV TAR_FILE edge-admin-linux-amd64-plus-v${VERSION}.zip ENV TAR_URL "https://dl.goedge.cn/edge/v${VERSION}/edge-admin-linux-amd64-plus-v${VERSION}.zip" -ENV TAR_URL "http://192.168.2.61:8080/edge-admin-linux-amd64-plus-v${VERSION}.zip" # your local repository +#ENV TAR_URL "http://192.168.2.61:8080/edge-admin-linux-amd64-plus-v${VERSION}.zip" # your local repository RUN apk add --no-cache tzdata