From 2722f12268ce274ea611714606e95d6c4b92b42e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2026 19:43:46 +0000 Subject: [PATCH] chore(deps): update dependency openvox-server to v8.14.0 --- Containerfile.alpine | 4 ++-- Containerfile.ubuntu | 2 +- build_versions.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Containerfile.alpine b/Containerfile.alpine index 686a8cf..f104b95 100644 --- a/Containerfile.alpine +++ b/Containerfile.alpine @@ -11,7 +11,7 @@ RUN apk update && apk upgrade \ FROM base AS build # renovate: datasource=custom.voxpupuli-artifacts depName=openvox-server -ARG OPENVOXSERVER_VERSION=8.13.0 +ARG OPENVOXSERVER_VERSION=8.14.0 # renovate: datasource=custom.voxpupuli-artifacts depName=openvoxdb ARG OPENVOXDB_VERSION=8.13.0 @@ -39,7 +39,7 @@ ARG OPENVOX_USER_UID=1001 ARG OPENVOX_USER_GID=1001 # renovate: datasource=custom.voxpupuli-artifacts depName=openvox-server -ARG OPENVOXSERVER_VERSION=8.13.0 +ARG OPENVOXSERVER_VERSION=8.14.0 LABEL org.label-schema.maintainer="Voxpupuli Team " \ org.label-schema.vendor="OpenVoxProject" \ diff --git a/Containerfile.ubuntu b/Containerfile.ubuntu index b597f63..ab92f2f 100644 --- a/Containerfile.ubuntu +++ b/Containerfile.ubuntu @@ -32,7 +32,7 @@ ARG PACKAGES="git netbase openssh-client libssh2-1 dumb-init ruby3.3" ARG UBUNTU_VERSION ARG OPENVOX_RELEASE=8 # renovate: datasource=custom.voxpupuli-artifacts depName=openvox-server -ARG OPENVOXSERVER_VERSION=8.13.0 +ARG OPENVOXSERVER_VERSION=8.14.0 # renovate: datasource=custom.voxpupuli-artifacts depName=openvoxdb ARG OPENVOXDB_VERSION=8.13.0 ARG OPENVOX_USER_UID=999 diff --git a/build_versions.yaml b/build_versions.yaml index adcba82..8e0fc56 100644 --- a/build_versions.yaml +++ b/build_versions.yaml @@ -2,7 +2,7 @@ include: - release: "8" # renovate: datasource=custom.voxpupuli-artifacts depName=openvox-server - server_version: "8.13.0" + server_version: "8.14.0" # renovate: datasource=custom.voxpupuli-artifacts depName=openvoxdb db_version: "8.13.0" # renovate: datasource=rubygems depName=r10k