We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ca5816 commit 7b43220Copy full SHA for 7b43220
Dockerfile
@@ -65,8 +65,8 @@ RUN go run build.go --enable-cgo
65
# Build syncthing
66
FROM golang-builder AS syncthing-builder
67
68
-ARG SYNCTHING_VERSION="v1.30.0"
69
-ARG SYNCTHING_GIT_HASH="0945304a79d6bbaeac7fc2cc1b06f57d3cf66622"
+ARG SYNCTHING_VERSION="v2.0.3"
+ARG SYNCTHING_GIT_HASH="8151bcddff7aa837de3c9f19c506e01d1370a138"
70
71
RUN git clone --depth 1 -b ${SYNCTHING_VERSION} https://github.com/syncthing/syncthing.git
72
WORKDIR /workspace/syncthing
0 commit comments