mirror of
https://github.com/goreleaser/nfpm
synced 2026-07-23 18:25:05 +02:00
9da52b452d
Bumps alpine from 3.24.0 to 3.24.1. --- updated-dependencies: - dependency-name: alpine dependency-version: 3.24.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
6 lines
222 B
Docker
6 lines
222 B
Docker
FROM alpine:3.24.1@sha256:28bd5fe8b56d1bd048e5babf5b10710ebe0bae67db86916198a6eec434943f8b
|
|
ARG TARGETPLATFORM
|
|
COPY $TARGETPLATFORM/nfpm*.apk /tmp/
|
|
RUN apk add --allow-untrusted /tmp/nfpm_*.apk
|
|
ENTRYPOINT ["/usr/bin/nfpm"]
|