chore(deps): update ubuntu docker tag to v24 (#40)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| ubuntu | final | major | `mantic-20240416` -> `24.04` |

---

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

Reviewed-on: #40
Co-authored-by: renovate-bot <renovate-bot@dubas.dev>
Co-committed-by: renovate-bot <renovate-bot@dubas.dev>
This commit is contained in:
renovate-bot 2024-05-01 18:27:28 +00:00 committed by João Paulo Dubas
parent 7c9109833a
commit 29cbabc833

View File

@ -1,4 +1,4 @@
FROM ubuntu:mantic-20240416
FROM ubuntu:24.04
# user setup
ARG USER_UID=1000