Skip to content

Commit

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

⬆️ Update syncthing to version 1.29.2-r0
  • Loading branch information
Poeschl authored Jan 17, 2025
2 parents 09cd4b6 + 41e5aa1 commit 342afee
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.28.1-r0"
"syncthing=1.29.2-r0"

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

0 comments on commit 342afee

Please sign in to comment.