From 7f5433b0e034b6493529bc9527f03028bc5d8bf9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 07:47:28 +0000 Subject: [PATCH] Update ubuntu Docker tag to v26 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- images/mcrouter/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/mcrouter/Dockerfile b/images/mcrouter/Dockerfile index f8e3fc4..67cb98e 100644 --- a/images/mcrouter/Dockerfile +++ b/images/mcrouter/Dockerfile @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM ubuntu:bionic +FROM ubuntu:resolute RUN groupadd -r mcrouter \ && useradd -r -g mcrouter mcrouter RUN apt update && \