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