From d58e7228c268b51e26cdb6b9b054c925f90615b5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 5 Jun 2024 04:02:29 +0000 Subject: [PATCH] Update ubuntu Docker tag to mantic-20240530 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4c47c4d..0cc3606 100644 --- a/Dockerfile +++ b/Dockerfile @@ -38,7 +38,7 @@ RUN \ /curlout/etc/ssl/certs/ca-certificates.crt # final mod layer -FROM ubuntu:mantic +FROM ubuntu:mantic-20240530 # environment settings ARG DEBIAN_FRONTEND="noninteractive"