Skip to content

Commit 21f04ea

Browse files
committed
base: update tpl
1 parent 9b686c6 commit 21f04ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 && \

0 commit comments

Comments
 (0)