From 681dd529784a6df0cf6c84d5c5d99cedc0f2c8b3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 06:02:35 +0000 Subject: [PATCH] Update docker.io/library/ubuntu Docker tag to v26 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2d3b73c..e248cbe 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.io/library/ubuntu:noble +FROM docker.io/library/ubuntu:resolute LABEL org.opencontainers.image.authors="moulickaggarwal" LABEL org.opencontainers.image.source="https://github.com/Moulick/debug-image"