mirror of
https://github.com/syncthing/syncthing.git
synced 2024-11-16 18:41:59 -07:00
docker: Build using Go 1.13
This commit is contained in:
parent
c0b3de2680
commit
7bcdc5b08e
@ -1,4 +1,4 @@
|
|||||||
FROM golang:1.12 AS builder
|
FROM golang:1.13 AS builder
|
||||||
|
|
||||||
WORKDIR /src
|
WORKDIR /src
|
||||||
COPY . .
|
COPY . .
|
||||||
|
Loading…
Reference in New Issue
Block a user