1
0
mirror of https://git.cloudron.io/cloudron/syncthing-app synced 2025-09-02 13:15:25 +00:00

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

| datasource      | package             | from   | to     |
| --------------- | ------------------- | ------ | ------ |
| github-releases | syncthing/syncthing | 1.29.2 | 1.29.3 |
This commit is contained in:
Renovate Bot
2025-03-12 12:03:59 +00:00
parent 727abf1974
commit e8c0199923
4 changed files with 78 additions and 67 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=1.29.2
ARG SYNCTHING_VERSION=1.29.3
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