upgrade to 1.9.0

This commit is contained in:
f 2020-09-08 13:34:47 -03:00
parent c9420d8416
commit ee9b1a851b

View file

@ -1,7 +1,7 @@
FROM alpine:latest AS build
MAINTAINER "f <f@sutty.nl>"
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