From ab0f349b3dbae246da1634bafb74c0f4b93fe9e1 Mon Sep 17 00:00:00 2001 From: snickerjp Date: Mon, 22 Apr 2024 13:56:05 +0000 Subject: [PATCH] update base image to ubuntu:mantic-20240405 --- docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index 01fa217..3ae3afb 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:mantic-20240216 +FROM ubuntu:mantic-20240405 # Set environment variables ENV DEBIAN_FRONTEND=noninteractive