diff --git a/syncthing/docker-compose.yml b/syncthing/docker-compose.yml index 161e6f5..6a827d8 100644 --- a/syncthing/docker-compose.yml +++ b/syncthing/docker-compose.yml @@ -7,7 +7,7 @@ services: APP_PORT: 8384 server: - image: syncthing/syncthing:1.23.1@sha256:09dda4902e5139cf557db00235aad707ef2306d23f709121079360e4c30b1690 + image: syncthing/syncthing:1.23.2@sha256:8eb65bcdc7fe342febe18c893527c5bd8534079bffe174f28f1dad8c207cad9a restart: on-failure stop_grace_period: 1m hostname: umbrel diff --git a/syncthing/umbrel-app.yml b/syncthing/umbrel-app.yml index 3283a15..6badcfb 100644 --- a/syncthing/umbrel-app.yml +++ b/syncthing/umbrel-app.yml @@ -2,7 +2,7 @@ manifestVersion: 1 id: syncthing category: Files name: Syncthing -version: "1.23.1" +version: "1.23.2" tagline: Peer-to-peer file synchronization between your devices description: >- Syncthing is a peer-to-peer continuous file synchronization @@ -26,8 +26,7 @@ gallery: path: "" defaultPassword: "" releaseNotes: >- - Bugfixes: - - - "accept: function not implemented" after upgrading to syncthing v1.20.1 + This minor release includes bug fixes and enhancements. + A full list of changes from the previous version can be found here: https://github.com/syncthing/syncthing/releases/tag/v1.23.2 submitter: Sam Cymbaluk submission: https://github.com/getumbrel/umbrel/pull/1092 \ No newline at end of file