We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9044afa + 92f22b2 commit 14d2f99Copy full SHA for 14d2f99
syncthing/Dockerfile
@@ -2,7 +2,7 @@ ARG BUILD_FROM
2
FROM $BUILD_FROM
3
4
RUN apk add --no-cache --repository=https://dl-cdn.alpinelinux.org/alpine/edge/community \
5
- "syncthing=2.0.10-r1"
+ "syncthing=2.0.10-r2"
6
7
COPY root /
8
RUN chmod +x /etc/s6-overlay/s6-rc.d/syncthing-setup/run
0 commit comments