fix(build): bump dnsmasq to 2.91-r0 #14

Merged
luke merged 1 commits from luke-patch-1 into main 2025-05-30 22:46:53 +02:00
Owner

The proposed change updates the dnsmasq version in the Dockerfile.

Specifically, the line:

-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.

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.
luke added 1 commit 2025-05-30 22:44:51 +02:00
Update Dockerfile
All checks were successful
Validate PR Title / validate (pull_request) Successful in 9s
CI / ci (pull_request) Successful in 1m27s
998861dd0f
Member

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.

**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.
luke merged commit 7e2a9caaf3 into main 2025-05-30 22:46:53 +02:00
luke deleted branch luke-patch-1 2025-05-30 22:46:53 +02:00
Sign in to join this conversation.
No Reviewers
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: repos/docker-dnsmasq#14
No description provided.