1
0
mirror of https://github.com/falk-werner/webfuse-example synced 2024-10-27 20:44:09 +00:00

updated webfuse to 0.5.0; updated webfused to 0.5.0

This commit is contained in:
Falk Werner 2020-07-19 13:08:42 +02:00
parent 2ebb58f125
commit b64718a867

View File

@ -100,7 +100,7 @@ RUN set -x \
ENV LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/usr/local/lib"
ARG WEBFUSE_VERSION=0.4.0
ARG WEBFUSE_VERSION=0.5.0
RUN set -x \
&& builddir="/tmp/out" \
&& mkdir -p "$builddir" \
@ -114,7 +114,7 @@ RUN set -x \
&& ninja install \
&& rm -rf "$builddir"
ARG WEBFUSED_VERSION=0.4.1
ARG WEBFUSED_VERSION=0.5.0
RUN set -x \
&& builddir="/tmp/out" \
&& mkdir -p "$builddir" \