chore: update Dockerfile: sync with frontend changes

This commit is contained in:
Paul Pan 2024-01-28 21:25:08 +08:00
parent 23f6012f8c
commit 6e22df8dda
Signed by: Paul
GPG Key ID: D639BDF5BA578AF4
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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