Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ RUN go run build.go --enable-cgo
# Build syncthing
FROM golang-builder AS syncthing-builder

ARG SYNCTHING_VERSION="v1.30.0"
ARG SYNCTHING_GIT_HASH="0945304a79d6bbaeac7fc2cc1b06f57d3cf66622"
ARG SYNCTHING_VERSION="v2.0.10"
ARG SYNCTHING_GIT_HASH="6f0acacbd2b1399606bf70cd8d93cd56dd356c72"

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