Skip to content

Commit

Permalink
go version updated to 1.11.5
Browse files Browse the repository at this point in the history
  • Loading branch information
kpacha committed Jan 24, 2019
1 parent e023e26 commit ac7f9c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
BIN_NAME :=krakend
DEP_VERSION=0.5.0
OS := $(shell uname | tr '[:upper:]' '[:lower:]')
VERSION := 0.7.0
VERSION := 0.7.1
PKGNAME := krakend
LICENSE := Apache 2.0
VENDOR=
Expand All @@ -20,7 +20,7 @@ MAINTAINER := Daniel Ortiz <dortiz@devops.faith>
DOCKER_WDIR := /tmp/fpm
DOCKER_FPM := devopsfaith/fpm
DOCKER_DEP := instrumentisto/dep:0.5.0-alpine
GOLANG_VERSION := 1.11.2
GOLANG_VERSION := 1.11.5
GOBASEDIR=src/github.com/devopsfaith/krakend-ce

FPM_OPTS=-s dir -v $(VERSION) -n $(PKGNAME) \
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.11.1-alpine3.7
FROM golang:1.11.5-alpine3.7

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

0 comments on commit ac7f9c9

Please sign in to comment.