Skip to content

Commit

Permalink
[syncthing] Update to v1.25.0-r2
Browse files Browse the repository at this point in the history
  • Loading branch information
salim-b committed Oct 23, 2023
1 parent e8cb9af commit 0cdeac5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions syncthing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.17.1 - 2023-10-??

* 🔼 Updated syncthing to `1.25.0-r2`

## 1.17.0 - 2023-10-13

* 🔨 Set gui-address to first IP in container (thanks @reedy | #426)
Expand Down
2 changes: 1 addition & 1 deletion syncthing/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ARG BUILD_FROM
FROM $BUILD_FROM

RUN apk add --no-cache --repository=https://dl-cdn.alpinelinux.org/alpine/edge/community \
"syncthing=1.25.0-r1"
"syncthing=1.25.0-r2"

ENTRYPOINT [ "/init" ]
CMD []
Expand Down
2 changes: 1 addition & 1 deletion syncthing/config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Syncthing
version: "1.17.0"
version: "1.17.1"
slug: syncthing
description: "Syncthing is a continuous file synchronization program in a
de-centralized way"
Expand Down

0 comments on commit 0cdeac5

Please sign in to comment.