From 8169dc0decce695618d76688ab8154f69ce04bd2 Mon Sep 17 00:00:00 2001 From: Dev Lakhia <144840981+dlakhaws@users.noreply.github.com> Date: Wed, 31 Jan 2024 12:10:14 -0500 Subject: [PATCH] Upgrading MP to v1.4.0 (#139) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1dad11c..cdfc2a1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ #See the License for the specific language governing permissions and #limitations under the License. -ARG MOUNTPOINT_VERSION=1.3.2 +ARG MOUNTPOINT_VERSION=1.4.0 # Download the mountpoint tarball and produce an installable directory # Building on Amazon Linux 2 because it has an old libc version. libfuse from the os