diff --git a/Dockerfile b/Dockerfile index c4c1f6e4..bab61326 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ COPY webapp /webapp RUN make clean-frontend frontend ################################################################################## -FROM --platform=$BUILDPLATFORM golang:1.20-bullseye AS plik-builder +FROM --platform=$BUILDPLATFORM golang:1-bullseye AS plik-builder # Install needed binaries RUN apt-get update && apt-get install -y build-essential crossbuild-essential-armhf crossbuild-essential-armel crossbuild-essential-arm64 crossbuild-essential-i386 diff --git a/README.md b/README.md index 386f0993..cd73b8ba 100644 --- a/README.md +++ b/README.md @@ -51,9 +51,9 @@ Plik is a scalable & friendly temporary file upload system (Wetransfer like) in ##### From release To run plik, it's very simple : ```sh -$ wget https://github.com/root-gg/plik/releases/download/1.3.7/plik-1.3.7-linux-amd64.tar.gz -$ tar xzvf plik-1.3.7-linux-amd64.tar.gz -$ cd plik-1.3.7-linux-amd64/server +$ wget https://github.com/root-gg/plik/releases/download/1.3.8/plik-1.3.8-linux-amd64.tar.gz +$ tar xzvf plik-1.3.8-linux-amd64.tar.gz +$ cd plik-1.3.8-linux-amd64/server $ ./plikd ``` Et voilĂ  ! You now have a fully functional instance of Plik running on http://127.0.0.1:8080. diff --git a/changelog/1.3.8 b/changelog/1.3.8 new file mode 100644 index 00000000..459f6cb9 --- /dev/null +++ b/changelog/1.3.8 @@ -0,0 +1,21 @@ +Plik 1.3.8 + +Hi, today we're releasing Plik 1.3.8 ! +Here is the changelog : + +New : + - Add user max upload size + - Add uploads list in admin panel + - Prometheus metrics + - Add feature flag to upload text (#485) + - Adding TLS option, to choose TLS version (@Ludovic Houdayer) + +Fix : + - Fix create user password parameter (#489) + - Fix commas break the format in curl attachments (@NeumoNeumo) + - Set cleaning interval to 5-10 minutes instead of 2-3 hours + +Binaries have been built with Go 1.21.1 + +Faithfully, +The plik team \ No newline at end of file