Skip to content

Commit c8de0cf

Browse files
authored
Merge pull request #120 from OpenVoxProject/fix_repo_url
fix: switch to voxpupuli repo url
2 parents 6ea4e01 + c4385af commit c8de0cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

openvoxserver/Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ COPY container-entrypoint.d /container-entrypoint.d
8080
COPY --from=builder /var/lib/gems/ /var/lib/gems/
8181
COPY --from=builder /usr/local/bin/r10k /usr/local/bin/
8282

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

0 commit comments

Comments
 (0)