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