Update nfpm version

This commit is contained in:
Mikhail f. Shiryaev 2022-06-28 19:12:05 +02:00
parent 1553f67809
commit 0aae60f8f1
No known key found for this signature in database
GPG Key ID: 4B02ED204C7D93F4

View File

@ -97,7 +97,7 @@ RUN add-apt-repository ppa:ubuntu-toolchain-r/test --yes \
# Architecture of the image when BuildKit/buildx is used
ARG TARGETARCH
ARG NFPM_VERSION=2.15.1
ARG NFPM_VERSION=2.16.0
RUN arch=${TARGETARCH:-amd64} \
&& curl -Lo /tmp/nfpm.deb "https://github.com/goreleaser/nfpm/releases/download/v${NFPM_VERSION}/nfpm_${arch}.deb" \