We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 935f960 + c584a8f commit 81fa180Copy full SHA for 81fa180
1 file changed
Containerfile
@@ -7,7 +7,7 @@ ARG UBUNTU_VERSION=24.04
7
ARG OPENVOXAGENT_VERSION=8.11.0-1+ubuntu${UBUNTU_VERSION}
8
ARG OPENVOX_RELEASE_PACKAGE=openvox${OPENVOX_RELEASE}-release-ubuntu${UBUNTU_VERSION}.deb
9
10
-ADD https://apt.overlookinfratech.com/${OPENVOX_RELEASE_PACKAGE} /
+ADD https://apt.voxpupuli.org/${OPENVOX_RELEASE_PACKAGE} /
11
RUN apt-get update && \
12
apt-get install -y ca-certificates /${OPENVOX_RELEASE_PACKAGE} && \
13
rm /${OPENVOX_RELEASE_PACKAGE}
0 commit comments