Bump github.com/samber/lo from 1.47.0 to 1.49.1 eee7e911 parent 96adc887

Bumps [github.com/samber/lo](https://github.com/samber/lo) from 1.47.0 to 1.49.1. - [Release notes](https://github.com/samber/lo/releases) - [Commits](https://github.com/samber/lo/compare/v1.47.0...v1.49.1) --- updated-dependencies: - dependency-name: github.com/samber/lo dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>

authored by dependabot[bot] committed by GitHub

1
FROM gcr.io/distroless/static-debian12:nonroot
2
3
USER 20000:20000
4
ADD --chmod=555 external-dns-bunny-webhook /opt/external-dns-bunny-webhook/app
5
6
ENTRYPOINT ["/opt/external-dns-bunny-webhook/app"]
7