We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d3c0f1 commit 7c8763fCopy full SHA for 7c8763f
base/Dockerfile
@@ -14,7 +14,7 @@ RUN \
14
esac && \
15
apt-dpkg-wrap apt-get update && \
16
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} && \
+ wget -qO /usr/bin/tpl https://github.com/jitsi/tpl/releases/download/v1.3.0/tpl-linux-${TPL_ARCH} && \
18
# Workaround S6 bug when /bin is a symlink
19
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 && \
20
mkdir /tmp/s6 && \
0 commit comments