Skip to content

Commit

Permalink
golang version updated
Browse files Browse the repository at this point in the history
  • Loading branch information
kpacha committed Jul 10, 2018
1 parent 2e47c8f commit ae08442
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ build:

docker_build:
docker run --rm -it -e "GOPATH=/go" -v "${PWD}:/go/${GOBASEDIR}" -w /go/${GOBASEDIR} lushdigital/docker-golang-dep ensure -v
docker run --rm -it -e "GOPATH=/go" -p 8080:8080 -v "${PWD}:/go/${GOBASEDIR}" -w /go/${GOBASEDIR} golang:1.10.2 make build
docker run --rm -it -e "GOPATH=/go" -p 8080:8080 -v "${PWD}:/go/${GOBASEDIR}" -w /go/${GOBASEDIR} golang:1.10.3 make build

docker_build_alpine:
docker build -t krakend_alpine_compiler builder/alpine
Expand Down
2 changes: 1 addition & 1 deletion builder/alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM golang:1.10.2-alpine3.7
FROM golang:1.10.3-alpine3.7

RUN apk add --no-cache make curl git build-base

0 comments on commit ae08442

Please sign in to comment.