-
Notifications
You must be signed in to change notification settings - Fork 454
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Daniel Ortiz <[email protected]>
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
|
||
BIN_NAME :=krakend | ||
OS := $(shell uname | tr '[:upper:]' '[:lower:]') | ||
VERSION := 2.0.4 | ||
VERSION := 2.0.5 | ||
GIT_COMMIT := $(shell git rev-parse --short=7 HEAD) | ||
PKGNAME := krakend | ||
LICENSE := Apache 2.0 | ||
|
@@ -19,7 +19,7 @@ DESC := High performance API gateway. Aggregate, filter, manipulate and add midd | |
MAINTAINER := Daniel Ortiz <[email protected]> | ||
DOCKER_WDIR := /tmp/fpm | ||
DOCKER_FPM := devopsfaith/fpm | ||
GOLANG_VERSION := 1.17.9 | ||
GOLANG_VERSION := 1.17.11 | ||
GLIBC_VERSION := $(shell sh find_glibc.sh) | ||
ALPINE_VERSION := 3.15 | ||
|
||
|