1
0
mirror of https://git.cloudron.io/cloudron/syncthing-app synced 2025-04-01 08:32:45 +00:00

Update SyncThing to 1.22.0

This commit is contained in:
Girish Ramakrishnan 2022-10-04 09:30:38 +02:00
parent f9b26a945c
commit 02cd67842b

@ -3,7 +3,7 @@ FROM cloudron/base:3.2.0@sha256:ba1d566164a67c266782545ea9809dc611c4152e27686fd1
RUN mkdir -p /app/code
WORKDIR /app/code
ARG VERSION=1.20.4
ARG VERSION=1.22.0
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