Skip to content

Commit 026e3fa

Browse files
authored
Merge pull request #81 from OpenVoxProject/fix_repo_url
fix: switch to voxpupuli repo url
2 parents 745a57d + 24a10f5 commit 026e3fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openvoxdb/Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ ADD ssl.sh \
5858

5959
COPY container-entrypoint.d /container-entrypoint.d
6060

61-
ADD https://apt.overlookinfratech.com/openvox${OPENVOX_RELEASE}-release-ubuntu${UBUNTU_VERSION}.deb /
61+
ADD https://apt.voxpupuli.org/openvox${OPENVOX_RELEASE}-release-ubuntu${UBUNTU_VERSION}.deb /
6262
RUN apt-get update && \
6363
apt-get install -y ca-certificates /${OPENVOX_RELEASE_PACKAGE} && \
6464
rm /${OPENVOX_RELEASE_PACKAGE}

0 commit comments

Comments
 (0)