From 6151c74ef0117e408e5b6b33f913c6e507f8ab7b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 16 May 2026 00:33:32 +0000 Subject: [PATCH] Update ubuntu Docker tag to jammy-20260509 [ubuntu22.04/precompiled] --- ubuntu22.04/precompiled/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ubuntu22.04/precompiled/Dockerfile b/ubuntu22.04/precompiled/Dockerfile index d614794a6..128c49c62 100644 --- a/ubuntu22.04/precompiled/Dockerfile +++ b/ubuntu22.04/precompiled/Dockerfile @@ -1,4 +1,4 @@ -ARG BASE_IMAGE=ubuntu:jammy-20260410 +ARG BASE_IMAGE=ubuntu:jammy-20260509 FROM ${BASE_IMAGE}