# FROM gcr.io/distroless/static:nonroot
# TODO(gio): remove busybox
FROM busybox:latest

ARG TARGETARCH

COPY reload_${TARGETARCH} /usr/bin/reload
