From dba160cd40da9ff43bbd2452514f04f1caca70bd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 13:55:49 +0000 Subject: [PATCH] Update dependency openvox-server to v8.15.2 --- Containerfile.alpine | 4 ++-- Containerfile.ubuntu | 4 ++-- build_versions.yaml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Containerfile.alpine b/Containerfile.alpine index 042124b..e218db1 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.15.1 +ARG OPENVOXSERVER_VERSION=8.15.2 # renovate: datasource=custom.voxpupuli-artifacts depName=openvoxdb ARG OPENVOXDB_VERSION=8.15.0 @@ -71,7 +71,7 @@ ARG OPENVOX_USER_UID=64604 ARG OPENVOX_USER_GID=64604 # renovate: datasource=custom.voxpupuli-artifacts depName=openvox-server -ARG OPENVOXSERVER_VERSION=8.15.1 +ARG OPENVOXSERVER_VERSION=8.15.2 LABEL org.label-schema.maintainer="Voxpupuli Team " \ org.label-schema.vendor="OpenVoxProject" \ diff --git a/Containerfile.ubuntu b/Containerfile.ubuntu index 7349134..e90ebf5 100644 --- a/Containerfile.ubuntu +++ b/Containerfile.ubuntu @@ -20,7 +20,7 @@ RUN apt-get update \ FROM base AS build # renovate: datasource=custom.voxpupuli-artifacts depName=openvox-server -ARG OPENVOXSERVER_VERSION=8.15.1 +ARG OPENVOXSERVER_VERSION=8.15.2 # renovate: datasource=custom.voxpupuli-artifacts depName=openvoxdb ARG OPENVOXDB_VERSION=8.15.0 @@ -80,7 +80,7 @@ ARG OPENVOX_USER_UID=64604 ARG OPENVOX_USER_GID=64604 # renovate: datasource=custom.voxpupuli-artifacts depName=openvox-server -ARG OPENVOXSERVER_VERSION=8.15.1 +ARG OPENVOXSERVER_VERSION=8.15.2 LABEL org.label-schema.maintainer="Voxpupuli Team " \ org.label-schema.vendor="OpenVoxProject" \ diff --git a/build_versions.yaml b/build_versions.yaml index 4c39994..4b839c0 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.15.1" + server_version: "8.15.2" # renovate: datasource=custom.voxpupuli-artifacts depName=openvoxdb db_version: "8.15.0" # renovate: datasource=rubygems depName=r10k