1
0
mirror of https://git.cloudron.io/cloudron/syncthing-app synced 2025-09-24 05:47:33 +00:00

chore(deps): update dependency syncthing/syncthing to v2.0.8

| datasource      | package             | from  | to    |
| --------------- | ------------------- | ----- | ----- |
| github-releases | syncthing/syncthing | 2.0.7 | 2.0.8 |
This commit is contained in:
Renovate Bot
2025-09-08 09:02:08 +00:00
parent 4a1833f7bb
commit b1f3ffd3f0
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@
"changelog": "file://CHANGELOG",
"tagline": "Decentralized file synchronization",
"version": "1.33.8",
"upstreamVersion": "2.0.7",
"upstreamVersion": "2.0.8",
"healthCheckPath": "/healthcheck",
"httpPort": 8000,
"addons": {

View File

@@ -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=2.0.7
ARG SYNCTHING_VERSION=2.0.8
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