From 8a2e04d2e0bee071165b22a7923ceb437ae0df40 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 Oct 2025 05:13:06 +0000 Subject: [PATCH] Update ubuntu Docker tag to noble-20250925 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6d16568..f840b70 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG BASE_IMAGE_VERSION=ubuntu:noble-20250910 +ARG BASE_IMAGE_VERSION=ubuntu:noble-20250925 FROM ${BASE_IMAGE_VERSION} AS init ENV WORKDIR=/app