mirror of
https://git.cloudron.io/cloudron/syncthing-app
synced 2025-09-26 14:57:28 +00:00
Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
49ce3bc7db | ||
|
4691f193fa |
@@ -489,3 +489,7 @@
|
|||||||
* Update Syncthing to 1.27.11
|
* Update Syncthing to 1.27.11
|
||||||
* [Full changelog](https://github.com/syncthing/syncthing/releases/tag/v1.27.11)
|
* [Full changelog](https://github.com/syncthing/syncthing/releases/tag/v1.27.11)
|
||||||
|
|
||||||
|
[1.26.10]
|
||||||
|
* Update Syncthing to 1.27.12
|
||||||
|
* [Full changelog](https://github.com/syncthing/syncthing/releases/tag/v1.27.12)
|
||||||
|
|
||||||
|
@@ -5,8 +5,8 @@
|
|||||||
"description": "file://DESCRIPTION.md",
|
"description": "file://DESCRIPTION.md",
|
||||||
"changelog": "file://CHANGELOG",
|
"changelog": "file://CHANGELOG",
|
||||||
"tagline": "Decentralized file synchronization",
|
"tagline": "Decentralized file synchronization",
|
||||||
"version": "1.26.9",
|
"version": "1.26.10",
|
||||||
"upstreamVersion": "1.27.11",
|
"upstreamVersion": "1.27.12",
|
||||||
"healthCheckPath": "/healthcheck",
|
"healthCheckPath": "/healthcheck",
|
||||||
"httpPort": 8000,
|
"httpPort": 8000,
|
||||||
"addons": {
|
"addons": {
|
||||||
|
@@ -3,7 +3,7 @@ FROM cloudron/base:4.2.0@sha256:46da2fffb36353ef714f97ae8e962bd2c212ca091108d768
|
|||||||
RUN mkdir -p /app/code
|
RUN mkdir -p /app/code
|
||||||
WORKDIR /app/code
|
WORKDIR /app/code
|
||||||
|
|
||||||
ARG VERSION=1.27.11
|
ARG VERSION=1.27.12
|
||||||
|
|
||||||
RUN wget https://github.com/syncthing/syncthing/releases/download/v${VERSION}/syncthing-linux-amd64-v${VERSION}.tar.gz -O - | tar -xz -C /app/code --strip-components=1
|
RUN wget https://github.com/syncthing/syncthing/releases/download/v${VERSION}/syncthing-linux-amd64-v${VERSION}.tar.gz -O - | tar -xz -C /app/code --strip-components=1
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user