Skip to content

Commit ccc519e

Browse files
committed
ci: Pin nfpm to v1.9.0
Closes #2310
1 parent 40e1f06 commit ccc519e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ci/images/centos7/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ ENV PATH=/usr/local/go/bin:$GOPATH/bin:$PATH
2727
# Install Go dependencies
2828
ENV GO111MODULE=on
2929
RUN go get mvdan.cc/sh/v3/cmd/shfmt
30-
RUN go get github.com/goreleaser/nfpm/cmd/nfpm
30+
RUN go get github.com/goreleaser/nfpm/cmd/nfpm@v1.9.0
3131

3232
RUN curl -fsSL https://get.docker.com | sh

ci/images/debian10/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ ENV PATH=/usr/local/go/bin:$GOPATH/bin:$PATH
4343
# Install Go dependencies
4444
ENV GO111MODULE=on
4545
RUN go get mvdan.cc/sh/v3/cmd/shfmt
46-
RUN go get github.com/goreleaser/nfpm/cmd/nfpm
46+
RUN go get github.com/goreleaser/nfpm/cmd/nfpm@v1.9.0
4747

4848
RUN VERSION="$(curl -fsSL https://storage.googleapis.com/kubernetes-release/release/stable.txt)" && \
4949
curl -fsSL "https://storage.googleapis.com/kubernetes-release/release/$VERSION/bin/linux/amd64/kubectl" > /usr/local/bin/kubectl \

0 commit comments

Comments
 (0)