From 1d74fd2e411af5f49a3d3baad1fff6c324a247e6 Mon Sep 17 00:00:00 2001 From: Ricard Illa Date: Sun, 8 Aug 2021 09:27:12 +0200 Subject: [PATCH] syncthing: version up --- syncthing/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syncthing/Dockerfile b/syncthing/Dockerfile index 5f48109..0a715b2 100644 --- a/syncthing/Dockerfile +++ b/syncthing/Dockerfile @@ -3,7 +3,7 @@ FROM alpine:3.13 ARG ARCH -ENV VER v1.17.0 +ENV VER v1.18.1 ENV REL syncthing-linux-${ARCH}-${VER} ENV URI https://github.com/syncthing/syncthing/releases/download/${VER}/${REL}.tar.gz