Skip to content

Commit

Permalink
Merge pull request #6 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-r1
  • Loading branch information
Poeschl authored Jan 26, 2025
2 parents 342afee + cddf6a1 commit e2a1a32
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.29.2-r0"
"syncthing=1.29.2-r1"

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

0 comments on commit e2a1a32

Please sign in to comment.