From 29cbabc83344325a16b8e2bf566f777892fed692 Mon Sep 17 00:00:00 2001 From: renovate-bot Date: Wed, 1 May 2024 18:27:28 +0000 Subject: [PATCH] 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). Reviewed-on: https://gitea.dubas.dev/joao.dubas/ide/pulls/40 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 cfe871c..e835578 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:mantic-20240416 +FROM ubuntu:24.04 # user setup ARG USER_UID=1000