Skip to content

Commit 7c8763f

Browse files
committed
base: update tpl to version 1.3.0
Fixes: jitsi#1821
1 parent 1d3c0f1 commit 7c8763f

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
@@ -14,7 +14,7 @@ RUN \
1414
esac && \
1515
apt-dpkg-wrap apt-get update && \
1616
apt-dpkg-wrap apt-get install -y apt-transport-https apt-utils ca-certificates gnupg wget && \
17-
wget -qO /usr/bin/tpl https://github.com/jitsi/tpl/releases/download/v1.2.0/tpl-linux-${TPL_ARCH} && \
17+
wget -qO /usr/bin/tpl https://github.com/jitsi/tpl/releases/download/v1.3.0/tpl-linux-${TPL_ARCH} && \
1818
# Workaround S6 bug when /bin is a symlink
1919
wget -qO /tmp/s6.tar.gz https://github.com/just-containers/s6-overlay/releases/download/v1.22.1.0/s6-overlay-${S6_ARCH}.tar.gz && \
2020
mkdir /tmp/s6 && \

0 commit comments

Comments
 (0)