FROM alpine:3.15.1 ARG BINARY ARG TARGETPLATFORM RUN apk add --no-cache ca-certificates COPY ${TARGETPLATFORM}/${BINARY} /bin/${BINARY}