From 72d948ed5936c0d1c75552853193b8e73326abdd Mon Sep 17 00:00:00 2001 From: Stijn De Haes Date: Tue, 2 Apr 2019 21:59:11 +0200 Subject: [PATCH] Fix to docker build --- .travis.yml | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index f9b3253..3bcfbc0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,4 +17,4 @@ install: script: - roveralls - - goveralls -coverprofile=roveralls.coverprofile -service=travis-ci \ No newline at end of file + - goveralls -coverprofile=roveralls.coverprofile -service=travis-ci diff --git a/Dockerfile b/Dockerfile index d7b1533..a6b6ada 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # builder image -FROM golang:1.12-alpine3.8 as builder +FROM golang:1.12-alpine3.9 as builder ENV CGO_ENABLED 0 RUN apk --no-cache add git