diff --git a/syncthing/Dockerfile b/syncthing/Dockerfile index a563b67..105c54e 100644 --- a/syncthing/Dockerfile +++ b/syncthing/Dockerfile @@ -1,9 +1,9 @@ # syncthing -FROM alpine:3.12 +FROM alpine:3.13 ARG ARCH -ENV VER v1.12.1 +ENV VER v1.13.1 ENV REL syncthing-linux-${ARCH}-${VER} ENV URI https://github.com/syncthing/syncthing/releases/download/${VER}/${REL}.tar.gz