diff --git a/CloudronManifest.json b/CloudronManifest.json
index c248e4c..3997e2c 100644
--- a/CloudronManifest.json
+++ b/CloudronManifest.json
@@ -6,7 +6,7 @@
   "changelog": "file://CHANGELOG",
   "tagline": "Decentralized file synchronization",
   "version": "1.28.0",
-  "upstreamVersion": "1.29.1",
+  "upstreamVersion": "1.29.2",
   "healthCheckPath": "/healthcheck",
   "httpPort": 8000,
   "addons": {
diff --git a/Dockerfile b/Dockerfile
index 3870260..a23bc69 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -4,7 +4,7 @@ RUN mkdir -p /app/code
 WORKDIR /app/code
 
 # renovate: datasource=github-releases depName=syncthing/syncthing versioning=semver extractVersion=^v(?<version>.+)$
-ARG SYNCTHING_VERSION=1.29.1
+ARG SYNCTHING_VERSION=1.29.2
 
 RUN wget https://github.com/syncthing/syncthing/releases/download/v${SYNCTHING_VERSION}/syncthing-linux-amd64-v${SYNCTHING_VERSION}.tar.gz -O - | tar -xz -C /app/code --strip-components=1