From bed86ee2136819d30731b581d2f5c0cd2d2a63ad Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2026 12:50:20 +0000 Subject: [PATCH] Update ubuntu Docker tag to noble-20260410 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5a69f86..424aa0e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG BASE_IMAGE_VERSION=ubuntu:noble-20260324 +ARG BASE_IMAGE_VERSION=ubuntu:noble-20260410 FROM ${BASE_IMAGE_VERSION} AS init ENV WORKDIR=/app