diff --git a/Dockerfile b/Dockerfile index f67b5c4..10b53e9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM golang:1.22 as go FROM gcr.io/distroless/base-debian12 as run FROM go as build -WORKDIR /go/src/github.com/sakajunquality/flow +WORKDIR /go/src/github.com/ubie-oss/flow COPY go.mod . COPY go.sum .