From 35125ccc6b43a7675295357eba9498d81dcb7752 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Apr 2026 01:00:01 +0000 Subject: [PATCH] chore(deps): update ubuntu docker tag to v26 --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 88c1dce..d2c1fc5 100644 --- a/Containerfile +++ b/Containerfile @@ -1,4 +1,4 @@ -FROM ubuntu:24.04 +FROM ubuntu:26.04 ARG OPENVOX_RELEASE=8 ARG OPENVOX_USER_UID=999