Update to go1.12 (#21)
This commit is contained in:
committed by
Ludovic Fernandez
parent
5e438f6f9e
commit
27713d1e8d
@ -1,4 +1,4 @@
|
|||||||
FROM golang:1.11 as builder
|
FROM golang:1.12 as builder
|
||||||
WORKDIR /go/whoami
|
WORKDIR /go/whoami
|
||||||
COPY . .
|
COPY . .
|
||||||
RUN make build
|
RUN make build
|
||||||
|
Reference in New Issue
Block a user