mirror of
https://github.com/octoleo/syncthing.git
synced 2024-11-09 14:50:56 +00:00
docker: Build using Go 1.10
This commit is contained in:
parent
da3b38ccce
commit
d6bb8e6e06
@ -1,4 +1,4 @@
|
|||||||
FROM golang:1.9 AS builder
|
FROM golang:1.10 AS builder
|
||||||
|
|
||||||
WORKDIR /go/src/github.com/syncthing/syncthing
|
WORKDIR /go/src/github.com/syncthing/syncthing
|
||||||
COPY . .
|
COPY . .
|
||||||
|
Loading…
Reference in New Issue
Block a user