Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ARG OPENVOX_RELEASE=8
ARG OPENVOX_USER_UID=999
ARG OPENVOX_USER_GID=999
# renovate: datasource=deb depName=openvox-agent openVoxRelease=8
ARG OPENVOXAGENT_VERSION=8.28.0-1+ubuntu26.04
ARG OPENVOXAGENT_VERSION=8.28.1-1+ubuntu26.04
ARG OPENVOX_RELEASE_PACKAGE=openvox${OPENVOX_RELEASE}-release-ubuntu${UBUNTU_VERSION}.deb

ADD https://apt.voxpupuli.org/${OPENVOX_RELEASE_PACKAGE} /
Expand Down
2 changes: 1 addition & 1 deletion build_versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
include:
- release: "8"
# renovate: datasource=deb depName=openvox-agent openVoxRelease=8
agent_version: "8.28.0-1+ubuntu26.04"
agent_version: "8.28.1-1+ubuntu26.04"
Loading