1
0
mirror of https://git.cloudron.io/cloudron/syncthing-app synced 2026-06-10 06:35:49 +00:00

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

| datasource      | package             | from   | to    |
| --------------- | ------------------- | ------ | ----- |
| github-releases | syncthing/syncthing | 2.0.16 | 2.1.0 |
This commit is contained in:
Renovate Bot
2026-05-12 08:46:59 +00:00
parent ebc099e986
commit a6a2bf218a
2 changed files with 2 additions and 2 deletions
+1 -1
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.16
ARG SYNCTHING_VERSION=2.1.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