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 8871baf commit a20419dCopy full SHA for a20419d
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.2"
+ARG SYNCTHING_GIT_HASH="755daaa7b7c0cdf39b246e5590d0b615a73becc4"
70
71
RUN git clone --depth 1 -b ${SYNCTHING_VERSION} https://github.com/syncthing/syncthing.git
72
WORKDIR /workspace/syncthing
0 commit comments