Skip to content

Commit

Permalink
Fix to docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
stijndehaes committed Apr 2, 2019
1 parent b160a93 commit 72d948e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ install:

script:
- roveralls
- goveralls -coverprofile=roveralls.coverprofile -service=travis-ci
- goveralls -coverprofile=roveralls.coverprofile -service=travis-ci
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 72d948e

Please sign in to comment.