Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
reinkrul authored Jan 24, 2025
1 parent 6a898eb commit 9ff52b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ COPY go.sum .
RUN go mod download && go mod verify

COPY . .
RUN GOOS=$TARGETOS GOARCH=$TARGETARCH go build -o /opt/go-didx509-toolkit/didx509-toolkit
RUN GOOS=$TARGETOS GOARCH=$TARGETARCH go build -ldflags="-w -s" -o /opt/go-didx509-toolkit/didx509-toolkit

# alpine
FROM alpine:3.21.2
Expand Down

0 comments on commit 9ff52b0

Please sign in to comment.