mirror of
https://git.cloudron.io/cloudron/syncthing-app
synced 2025-01-15 08:41:04 +00:00
chore(deps): update dependency syncthing/syncthing to v1.29.2
| datasource | package | from | to | | --------------- | ------------------- | ------ | ------ | | github-releases | syncthing/syncthing | 1.29.1 | 1.29.2 |
This commit is contained in:
parent
cc32ef813d
commit
4e9f359eb3
@ -6,7 +6,7 @@
|
|||||||
"changelog": "file://CHANGELOG",
|
"changelog": "file://CHANGELOG",
|
||||||
"tagline": "Decentralized file synchronization",
|
"tagline": "Decentralized file synchronization",
|
||||||
"version": "1.28.0",
|
"version": "1.28.0",
|
||||||
"upstreamVersion": "1.29.1",
|
"upstreamVersion": "1.29.2",
|
||||||
"healthCheckPath": "/healthcheck",
|
"healthCheckPath": "/healthcheck",
|
||||||
"httpPort": 8000,
|
"httpPort": 8000,
|
||||||
"addons": {
|
"addons": {
|
||||||
|
@ -4,7 +4,7 @@ RUN mkdir -p /app/code
|
|||||||
WORKDIR /app/code
|
WORKDIR /app/code
|
||||||
|
|
||||||
# renovate: datasource=github-releases depName=syncthing/syncthing versioning=semver extractVersion=^v(?<version>.+)$
|
# renovate: datasource=github-releases depName=syncthing/syncthing versioning=semver extractVersion=^v(?<version>.+)$
|
||||||
ARG SYNCTHING_VERSION=1.29.1
|
ARG SYNCTHING_VERSION=1.29.2
|
||||||
|
|
||||||
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
|
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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user