From 4afa14685a97ef781dc43bbe882f524147f43919 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 2 Feb 2024 04:31:02 +0000 Subject: [PATCH] Update ubuntu Docker tag to mantic-20240122 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4c47c4d..299eae2 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-20240122 # environment settings ARG DEBIAN_FRONTEND="noninteractive"