1
0
mirror of https://github.com/falk-werner/webfuse-provider synced 2026-03-02 04:09:18 +00:00

updated libfuse to 3.9.1

This commit is contained in:
Falk Werner
2020-03-20 17:03:33 +01:00
parent 8a24694f8d
commit 50c5e57a69
6 changed files with 9 additions and 9 deletions

View File

@@ -52,7 +52,7 @@ RUN set -x \
&& make "$PARALLELMFLAGS" install \
&& rm -rf "$builddir"
ARG FUSE_VERSION=3.9.0
ARG FUSE_VERSION=3.9.1
RUN set -x \
&& builddeps="udev gettext python3 python3-pip python3-setuptools python3-wheel" \