From 1e7640f75d12b9e2d190595d3a74dbd6a22c6019 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 22:02:34 +0000 Subject: [PATCH] Update ubuntu Docker tag to noble-20260509.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 91f7942..5452031 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG BASE_IMAGE_VERSION=ubuntu:noble-20260410 +ARG BASE_IMAGE_VERSION=ubuntu:noble-20260509.1 FROM ${BASE_IMAGE_VERSION} AS init ENV WORKDIR=/app