Skip to content
This repository has been archived by the owner on Oct 30, 2024. It is now read-only.

Commit

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

* 🔼 Updated syncthing to `1.24.0-r1`
* 🔼 Updated syncthing to `1.24.0-r2`

## 1.16.3 - 2023-07-20

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.24.0-r1"
"syncthing=1.24.0-r2"

ENTRYPOINT [ "/init" ]
CMD []
Expand Down

0 comments on commit d612f00

Please sign in to comment.