Skip to content

Commit 81fa180

Browse files
authored
Merge pull request #57 from OpenVoxProject/fix_repo_url
fix: switch to voxpupuli repo url
2 parents 935f960 + c584a8f commit 81fa180

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ARG UBUNTU_VERSION=24.04
77
ARG OPENVOXAGENT_VERSION=8.11.0-1+ubuntu${UBUNTU_VERSION}
88
ARG OPENVOX_RELEASE_PACKAGE=openvox${OPENVOX_RELEASE}-release-ubuntu${UBUNTU_VERSION}.deb
99

10-
ADD https://apt.overlookinfratech.com/${OPENVOX_RELEASE_PACKAGE} /
10+
ADD https://apt.voxpupuli.org/${OPENVOX_RELEASE_PACKAGE} /
1111
RUN apt-get update && \
1212
apt-get install -y ca-certificates /${OPENVOX_RELEASE_PACKAGE} && \
1313
rm /${OPENVOX_RELEASE_PACKAGE}

0 commit comments

Comments
 (0)