From 7ab1657abf67ae5f4409e822aa4012ad750b1b41 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 Apr 2026 04:38:08 +0000 Subject: [PATCH] Update ubuntu Docker tag to noble-20260324 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 55d8dcc..cce911d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG BASE_IMAGE_VERSION=ubuntu:noble-20260217 +ARG BASE_IMAGE_VERSION=ubuntu:noble-20260324 FROM ${BASE_IMAGE_VERSION} AS init ENV WORKDIR=/app