update skypeweb version

This commit is contained in:
ezkrg
2020-09-24 23:08:47 +02:00
parent 0b64ce98d4
commit f3f279382f

View File

@@ -84,7 +84,7 @@ RUN echo STEAM=${STEAM} > /tmp/status \
FROM bitlbee-build as skypeweb-build
ARG SKYPEWEB=1
ARG SKYPEWEB_VERSION=5d29285
ARG SKYPEWEB_VERSION=f836eeb
RUN echo SKYPEWEB=${SKYPEWEB} > /tmp/status \
&& if [ ${SKYPEWEB} -eq 1 ]; \