From 6f1722fe312de0d0d22cbb8a2e87b2ff56328c2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20M=C3=BChl?= Date: Sat, 4 Dec 2021 21:44:02 +0200 Subject: [PATCH] Use 2.80 version in dockerfile --- Run-Blob-Storage-on-Public-Internet.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Run-Blob-Storage-on-Public-Internet.md b/Run-Blob-Storage-on-Public-Internet.md index add4133..3ff43b6 100644 --- a/Run-Blob-Storage-on-Public-Internet.md +++ b/Run-Blob-Storage-on-Public-Internet.md @@ -14,7 +14,7 @@ We will use 2 servers. Server 1 will host master, 2x volumes (2 disks, one volum # todo: use 2 step build process, copy over weed binary to fresh container (do not need curl and tar at runtime) FROM alpine RUN apk update && apk add wget tar -RUN wget https://github.com/chrislusf/seaweedfs/releases/download/2.79/linux_amd64_large_disk.tar.gz +RUN wget https://github.com/chrislusf/seaweedfs/releases/download/2.80/linux_amd64_large_disk.tar.gz RUN tar -xf linux_amd64_large_disk.tar.gz RUN chmod +x weed RUN mv weed /usr/bin/