From 4aa2ef470bbdb796797308ab4d390f85ea91dadc Mon Sep 17 00:00:00 2001 From: renovate-bot Date: Wed, 17 Apr 2024 12:11:48 +0000 Subject: [PATCH] chore(deps): update ubuntu docker tag to mantic-20240405 (#38) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | ubuntu | final | patch | `mantic-20240216` -> `mantic-20240405` | --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://gitea.dubas.dev/joao.dubas/ide/pulls/38 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 8117eed..8f0a01d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:mantic-20240216 +FROM ubuntu:mantic-20240405 # user setup ARG USER_UID=1000