From 41fc4e399032249dd7cfdca20c1b0d039176364d Mon Sep 17 00:00:00 2001 From: jaron Date: Mon, 2 Dec 2024 09:34:14 +0800 Subject: [PATCH] fix(jzero): fix Dockerfile --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 22751d31..8edf4067 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,6 @@ FROM golang:alpine ENV CGO_ENABLED=0 -ENV GOPROXY=https://goproxy.io,direct LABEL \ org.opencontainers.image.title="jzero" \