Branch master was renamed to main.

Luke Tainton 7e2a9caaf3
All checks were successful
Release / Tag release (push) Successful in 12s
Release / Create Release (push) Successful in 4s
Release / Publish Docker Images (push) Successful in 58s
fix(build): bump dnsmasq to 2.91-r0 (#14)
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
2025-05-30 22:46:51 +02:00
2024-05-08 21:58:16 +01:00
2024-05-08 21:58:16 +01:00
2024-05-08 21:58:16 +01:00

docker-dnsmasq

A very basic dnsmasq container with web-based config file manager.

Description
A very basic dnsmasq container with web-based config file manager.
Readme 93 KiB
v0.3.1 Latest
2025-05-30 22:47:08 +02:00
Languages
Dockerfile 100%