Skip to content

Commit b10bd7b

Browse files
committed
update build image for go 1.11
1 parent a054598 commit b10bd7b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ jobs:
33
build:
44
working_directory: /go/src/github.com/go-swagger/go-swagger
55
docker:
6-
- image: goswagger/builder:20180709
6+
- image: goswagger/builder:20180825
77
steps:
88
- checkout
99

Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
FROM golang:alpine
2-
MAINTAINER Ivan Porto Carrero <[email protected]> (@casualjim)
2+
3+
LABEL maintainer="Ivan Porto Carrero <[email protected]> (@casualjim)"
34

45
RUN apk --no-cache add ca-certificates shared-mime-info mailcap git build-base &&\
56
go get -u github.com/go-openapi/runtime &&\

0 commit comments

Comments
 (0)