mirror of
https://github.com/goreleaser/nfpm
synced 2025-12-27 06:21:41 +01:00
Bumps alpine from 3.23.0 to 3.23.2. --- updated-dependencies: - dependency-name: alpine dependency-version: 3.23.2 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.2@sha256:865b95f46d98cf867a156fe4a135ad3fe50d2056aa3f25ed31662dff6da4eb62
|
|
ARG TARGETPLATFORM
|
|
COPY $TARGETPLATFORM/nfpm*.apk /tmp/
|
|
RUN apk add --allow-untrusted /tmp/nfpm_*.apk
|
|
ENTRYPOINT ["/usr/bin/nfpm"]
|