Update docker images for go to 1.12 (#203)

This commit is contained in:
Pradip Caulagi 2019-04-01 19:50:44 +02:00 committed by Ahmet Alp Balkan
parent 3f9dc85965
commit 57b316c045
4 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
FROM golang:1.10-alpine as builder
FROM golang:1.12-alpine as builder
RUN apk add --no-cache ca-certificates git && \
wget -qO/go/bin/dep https://github.com/golang/dep/releases/download/v0.5.0/dep-linux-amd64 && \
chmod +x /go/bin/dep

View file

@ -1,4 +1,4 @@
FROM golang:1.10-alpine as builder
FROM golang:1.12-alpine as builder
RUN apk add --no-cache ca-certificates git && \
wget -qO/go/bin/dep https://github.com/golang/dep/releases/download/v0.5.0/dep-linux-amd64 && \
chmod +x /go/bin/dep

View file

@ -1,4 +1,4 @@
FROM golang:1.10-alpine AS builder
FROM golang:1.12-alpine AS builder
RUN apk add --no-cache ca-certificates git && \
wget -qO/go/bin/dep https://github.com/golang/dep/releases/download/v0.5.0/dep-linux-amd64 && \
chmod +x /go/bin/dep

View file

@ -1,4 +1,4 @@
FROM golang:1.10-alpine as builder
FROM golang:1.12-alpine as builder
RUN apk add --no-cache ca-certificates git && \
wget -qO/go/bin/dep https://github.com/golang/dep/releases/download/v0.5.0/dep-linux-amd64 && \
chmod +x /go/bin/dep