diff --git a/Runner.Dockerfile b/Runner.Dockerfile index 2072f2a..389ec00 100644 --- a/Runner.Dockerfile +++ b/Runner.Dockerfile @@ -1,7 +1,7 @@ # builder FROM docker.io/library/golang:alpine AS builder -ENV GOPROXY=https://goproxy.cn +#ENV GOPROXY=https://goproxy.cn ENV CGO_ENABLED=0 WORKDIR /builder diff --git a/Server.Dockerfile b/Server.Dockerfile index ac36edc..260feec 100644 --- a/Server.Dockerfile +++ b/Server.Dockerfile @@ -16,7 +16,7 @@ COPY . /builder RUN --mount=type=cache,id=golang,target=/go/pkg make build # UI Builder -FROM git.0x7f.app/woj/woj-ui:1.0.0 AS ui-builder +FROM git.0x7f.app/woj/woj-ui:1.1.0 AS ui-builder RUN find /app -type f -name "*.map" -delete # main image