ferrflow 3.0.3

Universal semantic versioning for monorepos and classic repos
Documentation
1
2
3
4
5
6
FROM alpine:3.23
RUN apk upgrade --no-cache && apk add --no-cache ca-certificates
ARG TARGETARCH
COPY ferrflow-${TARGETARCH} /usr/local/bin/ferrflow
ENTRYPOINT ["ferrflow"]
CMD ["--help"]