mirror of
https://github.com/syncthing/syncthing.git
synced 2026-03-29 03:31:27 -04:00
docker: Build using Go 1.13
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM golang:1.12 AS builder
|
||||
FROM golang:1.13 AS builder
|
||||
|
||||
WORKDIR /src
|
||||
COPY . .
|
||||
|
||||
Reference in New Issue
Block a user