Update syncthing to 1.20.1

This commit is contained in:
Girish Ramakrishnan 2022-05-04 12:51:05 -07:00
parent d1a847a12b
commit df82aa0431
1 changed files with 1 additions and 1 deletions

View File

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