Skip to content

Commit

Permalink
Update Spire version and make Dockerfile support multi-arch build
Browse files Browse the repository at this point in the history
Signed-off-by: Nikita Skrynnik <nikita.skrynnik@xored.com>
  • Loading branch information
NikitaSkrynnik committed Oct 1, 2023
1 parent 8242f8a commit 3beb50f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ FROM golang:1.18.2-buster as go
ENV GO111MODULE=on
ENV CGO_ENABLED=0
ENV GOBIN=/bin
ARG BUILDARCH
RUN go install github.com/go-delve/delve/cmd/dlv@v1.8.2

FROM go as build
Expand Down

0 comments on commit 3beb50f

Please sign in to comment.