We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f52e190 commit 41f99a0Copy full SHA for 41f99a0
Makefile
@@ -1,8 +1,8 @@
1
.DEFAULT: help
2
3
IMAGE_NAME ?= lampnick/kong-rate-limiting-plugin-golang
4
-CENTOS_IMAGE_TAG ?= kong-2.1.3-centos-v1.1.1
5
-ALPINE_IMAGE_TAG ?= kong-2.1.3-alpine-v1.1.1
+CENTOS_IMAGE_TAG ?= kong-2.1.3-centos-v1.2.1
+ALPINE_IMAGE_TAG ?= kong-2.1.3-alpine-v1.2.1
6
7
KONG_NET_NAME := $(shell docker network ls|grep kong-net|awk '{print $$2}')
8
P="\\033[34m===>\\033[0m"
0 commit comments