blob: f77a43f61c59ecf1723b0d8e15190db5a13b22c2 [file] [log] [blame]
DTabidze0d802592024-03-19 17:42:45 +04001FROM alpine:latest
2
3ARG TARGETARCH
4
5COPY memberships_${TARGETARCH} /usr/bin/memberships
6RUN chmod +x /usr/bin/memberships