Pin golang version

Signed-off-by: Yan Minari <yangm97@gmail.com>
This commit is contained in:
Yan Minari 2019-03-17 17:28:45 -03:00
parent d8c734d972
commit a7d93b69d5
No known key found for this signature in database
GPG key ID: CC7D230C1C6ED7E2
2 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
FROM docker.io/golang:alpine as builder FROM docker.io/golang:1.12-alpine as builder
COPY . /src COPY . /src
WORKDIR /src WORKDIR /src

View file

@ -1,4 +1,4 @@
FROM golang as builder FROM golang:1.12 as builder
WORKDIR /src WORKDIR /src
COPY . . COPY . .