Skip to content

Commit 4762d8f

Browse files
committed
fix goreleaser
1 parent 9fd7907 commit 4762d8f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile_releaser

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ FROM goboring/golang:1.16.1b7
2323
ARG GITHUB_TOKEN
2424
ARG VERSION
2525

26-
RUN curl -sfL https://install.goreleaser.com/github.com/goreleaser/goreleaser.sh | sh
26+
RUN go install github.com/goreleaser/goreleaser@latest
2727

2828
WORKDIR /app
2929
ADD . .

0 commit comments

Comments
 (0)