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.
1 parent eb452d8 commit 92f22b2Copy full SHA for 92f22b2
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