From 8c9cfcfbe5f527365c7024b79eb81cea59dfe609 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 18:45:52 +0000 Subject: [PATCH] Update ubuntu Docker tag to v26 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 9bb1714..68c5283 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ ENV PATH=/root/.cargo/bin:$PATH # --- toolchain docker targets starting here -FROM ubuntu:24.04 AS toolchain +FROM ubuntu:26.04 AS toolchain RUN apt-get update && \ apt-get -y --no-install-recommends install \ @@ -49,7 +49,7 @@ RUN make toolchain/install RUN make package/rust/host/compile RUN make package/system/uci/compile -FROM ubuntu:24.04 AS buildroot +FROM ubuntu:26.04 AS buildroot RUN apt-get update && \ apt-get -yq install \