13 Commits

Author SHA1 Message Date
7e2a9caaf3 fix(build): bump dnsmasq to 2.91-r0 (#14)
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
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
a02480ca07 chore(deps): update alpine docker tag to v3.22 (#12)
Some checks failed
Release / Create Release (push) Successful in 23s
Release / Print Release (push) Successful in 6s
Release / Publish Docker Images (push) Failing after 1m24s
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| alpine | final | minor | `3.21` -> `3.22` |

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4zMy45IiwidXBkYXRlZEluVmVyIjoiNDAuMzMuOSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsidHlwZS9kZXBlbmRlbmNpZXMiXX0=-->

Reviewed-on: #12
Reviewed-by: Luke Tainton <luke@tainton.uk>
Co-authored-by: Renovate [BOT] <renovate-bot@git.tainton.uk>
Co-committed-by: Renovate [BOT] <renovate-bot@git.tainton.uk>
2025-05-30 22:29:35 +02:00
dcb11b3faf feat(ci): add SonarQube Cloud (#1)
Some checks failed
Release / Test (push) Successful in 44s
Release / Create Release (push) Successful in 10s
Build Docker / Create Docker Image (release) Failing after 1s
Release / Print Release (push) Successful in 3s
Reviewed-on: public/docker-dnsmasq#1
2025-01-15 23:35:41 +01:00
dependabot[bot]
92c010825b
chore(docker)(deps): bump alpine from 3.20 to 3.21 (#2)
Bumps alpine from 3.20 to 3.21.

---
updated-dependencies:
- dependency-name: alpine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-06 21:53:08 +00:00
974596452d
Update to Alpine v3.20, dnsmasq v2.90 2024-06-17 21:44:16 +01:00
61b79a0574
Updates 2024-05-08 21:58:16 +01:00
0cfcebdd23
Update alpine and webproc
In this commit I've done the following. These changes have been tested and confirmed to work.

- Updated Alpine to 3.14 and Webproc to 0.4.0
- The WEBPROC variable names have changed due to a renaming of the downloadable assets on GitHub
- The Webproc flags have changed slightly due to an upstream syntax change
2021-10-14 12:43:07 +01:00
dchidell
8d53a286df
Update Dockerfile 2020-01-09 18:20:25 +00:00
dchidell
5357e049a4
Fixed config args 2020-01-08 11:06:54 +00:00
dchidell
b075e26da9
Updated alpine, webproc & maintainer. Added expose 2020-01-08 10:53:40 +00:00
dchidell
657dbac14d
Add files via upload 2019-03-08 14:54:06 +00:00
dchidell
ebb08dbf3c
Update Dockerfile 2019-03-08 14:38:03 +00:00
dchidell
2b55fffc31
Add files via upload 2019-03-08 14:19:53 +00:00