diff --git a/syncthing/Dockerfile b/syncthing/Dockerfile index 8df1435..dfad7ec 100644 --- a/syncthing/Dockerfile +++ b/syncthing/Dockerfile @@ -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=2.0.15-r0" + "syncthing=2.1.1-r0" COPY root / RUN chmod +x /etc/s6-overlay/s6-rc.d/syncthing-setup/run