From ada75b38f3425911a71a35ea7b320e45aa05dfdd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Apr 2026 02:18:30 +0000 Subject: [PATCH] chore(deps): update ubuntu docker tag to v26 --- openvoxserver/Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openvoxserver/Containerfile b/openvoxserver/Containerfile index 5f6bf47..3b0d59a 100644 --- a/openvoxserver/Containerfile +++ b/openvoxserver/Containerfile @@ -1,4 +1,4 @@ -ARG UBUNTU_VERSION=24.04 +ARG UBUNTU_VERSION=26.04 FROM ubuntu:${UBUNTU_VERSION} AS builder ARG BUILD_PKGS="ruby3.2-dev gcc make cmake pkg-config libssl-dev libc6-dev libssh2-1-dev"