From b3354ac2b3f56911d50bb0e30927b179f82120a2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 Sep 2025 09:51:48 +0000 Subject: [PATCH] Update ubuntu Docker tag to noble-20250910 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e7ac297..7d81456 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG BASE_IMAGE_VERSION=ubuntu:noble-20250805 +ARG BASE_IMAGE_VERSION=ubuntu:noble-20250910 FROM ${BASE_IMAGE_VERSION} AS init ENV WORKDIR=/app