chore(deps): update dependency syncthing/syncthing to v1.28.0

| datasource      | package             | from    | to     |
| --------------- | ------------------- | ------- | ------ |
| github-releases | syncthing/syncthing | 1.27.12 | 1.28.0 |
This commit is contained in:
Renovate Bot 2024-11-11 16:48:53 +00:00
parent 64fd0bb9a7
commit 777990ba85
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
"changelog": "file://CHANGELOG",
"tagline": "Decentralized file synchronization",
"version": "1.26.10",
"upstreamVersion": "1.27.12",
"upstreamVersion": "1.28.0",
"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=1.27.12
ARG SYNCTHING_VERSION=1.28.0
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