base: update tpl to make toBool more resilient

Fixes: https://github.com/jitsi/docker-jitsi-meet/issues/1804
pull/1810/head
Saúl Ibarra Corretgé 6 months ago
parent 59c4eb2af8
commit 731d6d13b8
  1. 2
      base/Dockerfile

@ -14,7 +14,7 @@ RUN \
esac && \ esac && \
apt-dpkg-wrap apt-get update && \ apt-dpkg-wrap apt-get update && \
apt-dpkg-wrap apt-get install -y apt-transport-https apt-utils ca-certificates gnupg wget && \ apt-dpkg-wrap apt-get install -y apt-transport-https apt-utils ca-certificates gnupg wget && \
wget -qO /usr/bin/tpl https://github.com/jitsi/tpl/releases/download/v1.1.1/tpl-linux-${TPL_ARCH} && \ wget -qO /usr/bin/tpl https://github.com/jitsi/tpl/releases/download/v1.2.0/tpl-linux-${TPL_ARCH} && \
# Workaround S6 bug when /bin is a symlink # Workaround S6 bug when /bin is a symlink
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 && \ 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 && \
mkdir /tmp/s6 && \ mkdir /tmp/s6 && \

Loading…
Cancel
Save