1
0
mirror of https://git.cloudron.io/cloudron/syncthing-app synced 2025-09-02 13:15:25 +00:00

Bump version

This commit is contained in:
Johannes Zellner
2022-07-05 10:42:58 +02:00
parent f0f126d774
commit 81417754cc
3 changed files with 11 additions and 3 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.2
ARG VERSION=1.20.3
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