Skip to content

Commit 41f99a0

Browse files
author
Nick
committed
tag modified
1 parent f52e190 commit 41f99a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
.DEFAULT: help
22

33
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
4+
CENTOS_IMAGE_TAG ?= kong-2.1.3-centos-v1.2.1
5+
ALPINE_IMAGE_TAG ?= kong-2.1.3-alpine-v1.2.1
66

77
KONG_NET_NAME := $(shell docker network ls|grep kong-net|awk '{print $$2}')
88
P="\\033[34m===>\\033[0m"

0 commit comments

Comments
 (0)