From 5447956a7346c322aa9146995c5a727fa33618c5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Apr 2026 03:07:03 +0000 Subject: [PATCH] chore(deps): update ubuntu docker tag to v26 --- build/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Dockerfile b/build/Dockerfile index 6f9e789..15e5805 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -1,4 +1,4 @@ -ARG UBUNTU_VERSION=16.04 +ARG UBUNTU_VERSION=26.04 # Use Ubuntu as the base image FROM ubuntu:${UBUNTU_VERSION}