From 8b79545454d0a91a4f7b236c6edbb8bf5c210e1e Mon Sep 17 00:00:00 2001 From: renovate-bot Date: Sat, 30 Mar 2024 23:06:00 +0000 Subject: [PATCH] chore(deps): update ubuntu docker tag to mantic-20240216 --- 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