Skip to content

Commit

Permalink
Merge pull request #3 from Poeschl-HomeAssistant-Addons/containerfile…
Browse files Browse the repository at this point in the history
…-dependency/syncthing

⬆️ Update syncthing to version 1.28.0-r0
  • Loading branch information
Poeschl authored Oct 29, 2024
2 parents c2cb3fb + 557b0c8 commit 86d1484
Showing 1 changed file with 1 addition and 1 deletion.
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.27.12-r0"
"syncthing=1.28.0-r0"

COPY root /
RUN chmod +x /etc/s6-overlay/s6-rc.d/syncthing-setup/run
Expand Down

0 comments on commit 86d1484

Please sign in to comment.