Skip to content

Commit

Permalink
Update Dockerfile.muti
Browse files Browse the repository at this point in the history
  • Loading branch information
dongjiang1989 authored Dec 6, 2023
1 parent f3ed8b4 commit 0d08719
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.muti
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ WORKDIR /go/src/github.com/alibaba/open-local
COPY . .
RUN make build && chmod +x bin/open-local

FROM --platform=linux/amd64 openlocal/open-local-base:latest
FROM openlocal/open-local-base:latest
LABEL maintainers="Alibaba Cloud Authors"
LABEL description="open-local is a local disk management system"
COPY --from=builder /go/src/github.com/alibaba/open-local/bin/open-local /bin/open-local
Expand Down

0 comments on commit 0d08719

Please sign in to comment.