From 4053044c33cbed23cc8e1ee5ef74977eb0f03404 Mon Sep 17 00:00:00 2001 From: renovate-bot Date: Sat, 30 Mar 2024 23:59:11 +0000 Subject: [PATCH] chore(deps): update ubuntu docker tag to mantic-20240216 (#31) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | ubuntu | final | patch | `23.10` -> `mantic-20240216` | --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://gitea.dubas.dev/joao.dubas/ide/pulls/31 Co-authored-by: renovate-bot Co-committed-by: renovate-bot --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 04e937a..e5a3e61 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:23.10 +FROM ubuntu:mantic-20240216 # system deps ARG USER_UID=1000