From ac9c9bd7dba641b83ceb69c4f0b04dd887b3d64f Mon Sep 17 00:00:00 2001 From: Ricard Illa Date: Tue, 22 Jun 2021 10:41:23 +0200 Subject: [PATCH] syncthing updated --- syncthing/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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