Update Syncthing to 1.27.5

This commit is contained in:
Girish Ramakrishnan 2024-04-02 09:52:01 +02:00
parent 6d6ed058f7
commit f651048574
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ FROM cloudron/base:4.2.0@sha256:46da2fffb36353ef714f97ae8e962bd2c212ca091108d768
RUN mkdir -p /app/code
WORKDIR /app/code
ARG VERSION=1.27.4
ARG VERSION=1.27.5
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