From 81277451dcda70c3898412901756b5561153cbc5 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Tue, 5 Mar 2024 09:33:41 +0100 Subject: [PATCH] Update Syncthing to 1.27.4 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index aa36838..fc79f5e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM cloudron/base:4.2.0@sha256:46da2fffb36353ef714f97ae8e962bd2c212ca091108d768 RUN mkdir -p /app/code WORKDIR /app/code -ARG VERSION=1.27.3 +ARG VERSION=1.27.4 RUN wget https://github.com/syncthing/syncthing/releases/download/v${VERSION}/syncthing-linux-amd64-v${VERSION}.tar.gz -O - | tar -xz -C /app/code --strip-components=1