From 2afea789fd2f541fac7c45fe7f19532ce7d86df4 Mon Sep 17 00:00:00 2001 From: Ricard Illa Date: Fri, 26 Feb 2021 17:44:01 +0100 Subject: [PATCH] updated syncthing version --- syncthing/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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