diff --git a/Dockerfile b/Dockerfile index 84d95a2..6d30185 100644 --- a/Dockerfile +++ b/Dockerfile @@ -28,7 +28,7 @@ apt-get -y --no-install-recommends install \ apt-get -y clean && \ rm -rf /var/lib/apt/lists/* && \ wget https://download.brother.com/welcome/dlf105200/brscan4-0.4.11-1.amd64.deb --progress=dot:giga -O /tmp/brscan4.deb && \ -wget https://download.brother.com/welcome/dlf006652/brscan-skey-0.3.2-0.amd64.deb --progress=dot:giga -O /tmp/brscan-skey.deb && \ +wget https://download.brother.com/welcome/dlf006652/brscan-skey-0.3.5-0.amd64.deb --progress=dot:giga -O /tmp/brscan-skey.deb && \ dpkg -i --force-all /tmp/brscan4.deb && \ dpkg -i --force-all /tmp/brscan-skey.deb && \ rm -f /tmp/brscan4.deb /tmp/brscan-skey.deb