We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 745a57d + 24a10f5 commit 026e3faCopy full SHA for 026e3fa
openvoxdb/Containerfile
@@ -58,7 +58,7 @@ ADD ssl.sh \
58
59
COPY container-entrypoint.d /container-entrypoint.d
60
61
-ADD https://apt.overlookinfratech.com/openvox${OPENVOX_RELEASE}-release-ubuntu${UBUNTU_VERSION}.deb /
+ADD https://apt.voxpupuli.org/openvox${OPENVOX_RELEASE}-release-ubuntu${UBUNTU_VERSION}.deb /
62
RUN apt-get update && \
63
apt-get install -y ca-certificates /${OPENVOX_RELEASE_PACKAGE} && \
64
rm /${OPENVOX_RELEASE_PACKAGE}
0 commit comments