Skip to content

Commit a20419d

Browse files
committed
Update dependency syncthing/syncthing to v2
Signed-off-by: Mend Renovate <[email protected]>
1 parent 8871baf commit a20419d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ RUN go run build.go --enable-cgo
6565
# Build syncthing
6666
FROM golang-builder AS syncthing-builder
6767

68-
ARG SYNCTHING_VERSION="v1.30.0"
69-
ARG SYNCTHING_GIT_HASH="0945304a79d6bbaeac7fc2cc1b06f57d3cf66622"
68+
ARG SYNCTHING_VERSION="v2.0.2"
69+
ARG SYNCTHING_GIT_HASH="755daaa7b7c0cdf39b246e5590d0b615a73becc4"
7070

7171
RUN git clone --depth 1 -b ${SYNCTHING_VERSION} https://github.com/syncthing/syncthing.git
7272
WORKDIR /workspace/syncthing

0 commit comments

Comments
 (0)