fix(build): bump dnsmasq to 2.91-r0 #14
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "luke-patch-1"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The proposed change updates the
dnsmasq
version in the Dockerfile.Specifically, the line:
is modified. This line installs the
dnsmasq
package using Alpine Package Keeper (apk). The change updates the version ofdnsmasq
from2.90-r3
to2.91-r0
. This likely incorporates bug fixes, security updates, or new features present in the newer version.Decision: Accept
Change Score: 9/10
The change updates the dnsmasq version in the Dockerfile from 2.90-r3 to 2.91-r0. This appears to be a minor version update, likely containing bug fixes or minor improvements. This is generally a good practice to keep software up-to-date. I am accepting this change.