diff --git a/syncthing/Dockerfile b/syncthing/Dockerfile index 87f3add..5f48109 100644 --- a/syncthing/Dockerfile +++ b/syncthing/Dockerfile @@ -3,7 +3,7 @@ FROM alpine:3.13 ARG ARCH -ENV VER v1.16.1 +ENV VER v1.17.0 ENV REL syncthing-linux-${ARCH}-${VER} ENV URI https://github.com/syncthing/syncthing/releases/download/${VER}/${REL}.tar.gz