diff --git a/Dockerfiles/Dockerfile.dela b/Dockerfiles/Dockerfile.dela index f7e4af90..2f93c5ff 100644 --- a/Dockerfiles/Dockerfile.dela +++ b/Dockerfiles/Dockerfile.dela @@ -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 .