1
0
mirror of https://git.cloudron.io/cloudron/syncthing-app synced 2026-04-23 19:13:59 +00:00

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

| datasource      | package             | from   | to     |
| --------------- | ------------------- | ------ | ------ |
| github-releases | syncthing/syncthing | 2.0.15 | 2.0.16 |
This commit is contained in:
Renovate Bot
2026-04-08 06:20:32 +00:00
parent a3d4d57462
commit 7f76c04f69
4 changed files with 129 additions and 207 deletions

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.15
ARG SYNCTHING_VERSION=2.0.16
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