nberlee / bonjour-reflector

A reflector that forwards mdns packets between VLANs - like avahi-reflector but with fine-grained control !
MIT License
73 stars 12 forks source link

Fix: Add explicit tags to Dockerfile source images #58

Open dlford opened 8 months ago

dlford commented 8 months ago

This PR adds explicit version tags to the golang and alpine Docker image sources in Dockerfile.

This project already has a valid Dependabot configuration for scanning Docker image versions, but without explicit tags Dependabot can't do anything with them, putting the bonjour-reflector image at risk of security vulnerabilities from un-patched base images.

This change should add automated Dependabot PRs for base image updates, which in my opinion is critical for a container that will run in an environment such as an edge router.