From ee9b1a851bacf3ad20f29b13b49c868c9142ed32 Mon Sep 17 00:00:00 2001 From: f Date: Tue, 8 Sep 2020 13:34:47 -0300 Subject: [PATCH] upgrade to 1.9.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9e57177..f55391a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM alpine:latest AS build MAINTAINER "f " -ARG VERSION=1.8.0 +ARG VERSION=1.9.0 RUN apk add --no-cache binutils RUN wget https://github.com/syncthing/syncthing/releases/download/v${VERSION}/syncthing-linux-amd64-v${VERSION}.tar.gz