mirror of
https://github.com/outbackdingo/matchbox.git
synced 2026-01-27 18:19:36 +00:00
Update Go version from v1.14.9 to v1.15.3
* https://golang.org/doc/devel/release.html#go1.15
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM docker.io/golang:1.14.9 AS builder
|
||||
FROM docker.io/golang:1.15.3 AS builder
|
||||
COPY . src
|
||||
RUN cd src && make build
|
||||
|
||||
|
||||
Reference in New Issue
Block a user