diff --git a/CHANGELOG b/CHANGELOG index 2e1cdbc..203098c 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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 diff --git a/DESCRIPTION.md b/DESCRIPTION.md index 589edfc..b0e5a90 100644 --- a/DESCRIPTION.md +++ b/DESCRIPTION.md @@ -1,4 +1,4 @@ -This app packages Syncthing 1.10.0. +This app packages Syncthing 1.11.1. 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. diff --git a/Dockerfile b/Dockerfile index e27404b..b695b4a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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