This website works better with JavaScript
Home
Explore
Help
Register
Sign In
Apq
/
syncthing
mirror of
https://github.com/syncthing/syncthing.git
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
docker: Update build image version
Jakob Borg
6 years ago
parent
395e524e2d
commit
eabd972667
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
Dockerfile
+ 1
- 1
Dockerfile
View File
@@ -1,4 +1,4 @@
-FROM golang:1.1
1
AS builder
+FROM golang:1.1
2
AS builder
WORKDIR /src
COPY . .