Skip to content

Commit

Permalink
update goboring, peg goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
theganyo committed Oct 18, 2022
1 parent 6a3b2b9 commit 9e71f26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile_releaser
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
# Runs goreleaser in Boring Crypto Go container in order to allow
# goreleaser to build a valid Boring Crypto binary

FROM goboring/golang:1.16.1b7
FROM goboring/golang:1.16.7b7

ARG GITHUB_TOKEN
ARG VERSION

RUN go install github.com/goreleaser/goreleaser@latest
RUN go install github.com/goreleaser/goreleaser@v1.6.3

WORKDIR /app
ADD . .
Expand Down

0 comments on commit 9e71f26

Please sign in to comment.