From 39e011912f237898b4d98dd95c1bff9c1ae94b7e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 16:33:29 +0000 Subject: [PATCH] Update ubuntu Docker tag to noble-20251013 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 96bdc68..98bc679 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG BASE_IMAGE_VERSION=ubuntu:noble-20251001 +ARG BASE_IMAGE_VERSION=ubuntu:noble-20251013 FROM ${BASE_IMAGE_VERSION} AS init ENV WORKDIR=/app