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