mirror of
https://git.cloudron.io/cloudron/syncthing-app
synced 2025-09-26 14:57:28 +00:00
Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
727abf1974 | ||
|
4e9f359eb3 |
@@ -527,3 +527,8 @@
|
||||
* [#​9875](https://github.com/syncthing/syncthing/issues/9875): Clarify log message for ignored folders
|
||||
* [#​9870](https://github.com/syncthing/syncthing/issues/9870): Fails with Go 1.24: runtime go1.24rc1 not found in compat.yaml
|
||||
|
||||
[1.28.1]
|
||||
* Update syncthing to 1.29.2
|
||||
* [Full Changelog](https://github.com/syncthing/syncthing/releases/tag/v1.29.2)
|
||||
* [#​9913](https://github.com/syncthing/syncthing/issues/9913): panic: string field contains invalid UTF-8 \[recovered]
|
||||
|
||||
|
@@ -5,8 +5,8 @@
|
||||
"description": "file://DESCRIPTION.md",
|
||||
"changelog": "file://CHANGELOG",
|
||||
"tagline": "Decentralized file synchronization",
|
||||
"version": "1.28.0",
|
||||
"upstreamVersion": "1.29.1",
|
||||
"version": "1.28.1",
|
||||
"upstreamVersion": "1.29.2",
|
||||
"healthCheckPath": "/healthcheck",
|
||||
"httpPort": 8000,
|
||||
"addons": {
|
||||
|
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user