File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ RUN case ${TARGETPLATFORM} in \
1616 esac && \
1717 apt-dpkg-wrap apt-get update && \
1818 apt-dpkg-wrap apt-get install -y apt-transport-https apt-utils ca-certificates gnupg wget && \
19- wget -qO /usr/bin/tpl https://github.com/jitsi/tpl/releases/download/v1.0.4 /tpl-linux-${TPL_ARCH} && \
19+ wget -qO /usr/bin/tpl https://github.com/jitsi/tpl/releases/download/v1.1.0 /tpl-linux-${TPL_ARCH} && \
2020 wget -qO - https://github.com/just-containers/s6-overlay/releases/download/v1.22.1.0/s6-overlay-${S6_ARCH}.tar.gz | tar xfz - -C / && \
2121 wget -qO - https://download.jitsi.org/jitsi-key.gpg.key | gpg --dearmour > /etc/apt/trusted.gpg.d/jitsi.gpg && \
2222 echo "deb https://download.jitsi.org $JITSI_RELEASE/" > /etc/apt/sources.list.d/jitsi.list && \
You can’t perform that action at this time.
0 commit comments