We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ea4e01 commit c4385afCopy full SHA for c4385af
1 file changed
openvoxserver/Containerfile
@@ -80,7 +80,7 @@ COPY container-entrypoint.d /container-entrypoint.d
80
COPY --from=builder /var/lib/gems/ /var/lib/gems/
81
COPY --from=builder /usr/local/bin/r10k /usr/local/bin/
82
83
-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 /
84
RUN apt-get update && \
85
apt-get install -y ca-certificates /${OPENVOX_RELEASE_PACKAGE} && \
86
rm /${OPENVOX_RELEASE_PACKAGE}
0 commit comments