Skip to content

Commit

Permalink
fix goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
theganyo committed Mar 3, 2022
1 parent 9fd7907 commit 4762d8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile_releaser
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ FROM goboring/golang:1.16.1b7
ARG GITHUB_TOKEN
ARG VERSION

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

WORKDIR /app
ADD . .
Expand Down

0 comments on commit 4762d8f

Please sign in to comment.