The proposed change updates the `dnsmasq` version in the Dockerfile. Specifically, the line: ```diff -RUN apk --no-cache add dnsmasq=2.90-r3 +RUN apk --no-cache add dnsmasq=2.91-r0 ``` is modified. This line installs the `dnsmasq` package using Alpine Package Keeper (apk). The change updates the version of `dnsmasq` from `2.90-r3` to `2.91-r0`. This likely incorporates bug fixes, security updates, or new features present in the newer version. Reviewed-on: #14
docker-dnsmasq
A very basic dnsmasq container with web-based config file manager.
Description
v0.3.1
Latest
Languages
Dockerfile
100%