mirror of
https://github.com/octoleo/syncthing.git
synced 2024-11-08 22:31:04 +00:00
build: Build image should use Go 1.13 for now
This commit is contained in:
parent
c7d6a6d780
commit
135c71ca87
@ -1,5 +1,5 @@
|
|||||||
# We will grab the Go compiler from the latest Go image.
|
# We will grab the Go compiler from the latest Go image.
|
||||||
FROM golang as go
|
FROM golang:1.13 as go
|
||||||
|
|
||||||
# Otherwise we base on the snapcraft container as that is by far the
|
# Otherwise we base on the snapcraft container as that is by far the
|
||||||
# most complex and tricky thing to get installed and working...
|
# most complex and tricky thing to get installed and working...
|
||||||
|
Loading…
Reference in New Issue
Block a user