Update Syncthing to 1.23.0

master
Girish Ramakrishnan 2023-01-02 11:55:02 +01:00
parent cdebb682e7
commit 0d570bd00a
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ FROM cloudron/base:4.0.0@sha256:31b195ed0662bdb06a6e8a5ddbedb6f191ce92e8bee04c03
RUN mkdir -p /app/code
WORKDIR /app/code
ARG VERSION=1.22.1
ARG VERSION=1.23.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