FROM gcr.io/distroless/base-debian12:latest
COPY ./go-feature-flag-relay-proxy /go-feature-flag-relay-proxy
CMD ["/go-feature-flag-relay-proxy"]
