mirror of
https://github.com/goreleaser/nfpm
synced 2026-05-05 16:21:30 +02:00
9b16218b15
Bumps alpine from 3.23.3 to 3.23.4. --- updated-dependencies: - dependency-name: alpine dependency-version: 3.23.4 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.23.4@sha256:5b10f432ef3da1b8d4c7eb6c487f2f5a8f096bc91145e68878dd4a5019afde11
|
|
ARG TARGETPLATFORM
|
|
COPY $TARGETPLATFORM/nfpm*.apk /tmp/
|
|
RUN apk add --allow-untrusted /tmp/nfpm_*.apk
|
|
ENTRYPOINT ["/usr/bin/nfpm"]
|