Bump version to 1.11.1

This commit is contained in:
Johannes Zellner 2020-11-11 21:22:52 +01:00
parent b00ace5472
commit be49e77f9d
3 changed files with 3 additions and 3 deletions

View File

@ -178,7 +178,7 @@
* Context now passed around at storage layer for future context support, refer #10321
[1.12.0]
* Update Syncthing to 1.10.0
* Update Syncthing to 1.11.1
* #6880: fatal error: concurrent map iteration and map write
* #6917: Reconsider db check on upgrade
* #6930: Can't add new folder with versioning enabled, Cleanup Interval field lacks default value

View File

@ -1,4 +1,4 @@
This app packages Syncthing <upstream>1.10.0</upstream>.
This app packages Syncthing <upstream>1.11.1</upstream>.
Syncthing replaces proprietary sync and cloud services with something open, trustworthy and decentralized. Your data is your data alone and you deserve to choose where it is stored, if it is shared with some third party and how it's transmitted over the Internet.

View File

@ -1,6 +1,6 @@
FROM cloudron/base:2.0.0@sha256:f9fea80513aa7c92fe2e7bf3978b54c8ac5222f47a9a32a7f8833edf0eb5a4f4
ARG VERSION=1.10.0
ARG VERSION=1.11.1
RUN mkdir -p /app/code
WORKDIR /app/code