Skip to content

Commit

Permalink
fix: fix missing build stage
Browse files Browse the repository at this point in the history
  • Loading branch information
PascalinDe committed Mar 5, 2024
1 parent 9b166e5 commit 0063e64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfiles/Dockerfile.dela
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN --mount=type=cache,target="/root/.cache/go-build" go install
# make sure we're using the same head as d-voting
RUN --mount=type=cache,target="/root/.cache/go-build" cd $( go list -f '{{.Dir}}' go.dedis.ch/dela )/cli/crypto && go install

FROM golang:1.20.6-bookworm
FROM golang:1.20.6-bookworm AS build
WORKDIR /usr/local/bin
COPY --from=base /go/bin/crypto .
COPY --from=base /go/bin/dvoting .
Expand Down

0 comments on commit 0063e64

Please sign in to comment.