From 9cefafc5b86e8c936cd1bfadc4e5423b6c3181ed Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Jun 2025 04:48:05 +0000 Subject: [PATCH] Update ubuntu Docker tag to noble-20250529 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 632ad4f..d0eafbb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG BASE_IMAGE_VERSION=ubuntu:noble-20250415.1 +ARG BASE_IMAGE_VERSION=ubuntu:noble-20250529 FROM ${BASE_IMAGE_VERSION} AS init ENV WORKDIR=/app