From c97355efffd9f2407dae4f46a56ad7c1bf446504 Mon Sep 17 00:00:00 2001 From: renovate-bot Date: Tue, 16 Apr 2024 02:15:33 +0000 Subject: [PATCH] chore(deps): update ubuntu docker tag to mantic-20240405 --- 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 -- 2.47.2