Skip to content

Commit a0ea0e1

Browse files
committed
update kong to 2.1.4
update moesif plugin to 0.2.28-1
1 parent c8360f2 commit a0ea0e1

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Publish kong-custom image [1.1-alpine]
1+
name: Publish kong-custom image [1.2-alpine]
22
on: [push]
33
jobs:
44
build:
@@ -8,8 +8,8 @@ jobs:
88
- name: Publish to Registry
99
uses: elgohr/Publish-Docker-Github-Action@master
1010
env:
11-
KONG_BASE: kong:2.1.0-alpine
12-
PLUGINS: --server=http://luarocks.org/manifests/moesif kong-plugin-moesif 0.2.12-1
11+
KONG_BASE: kong:2.1.4-alpine
12+
PLUGINS: --server=http://luarocks.org/manifests/moesif kong-plugin-moesif 0.2.28-1
1313
with:
1414
name: graphip/kong
1515
username: ${{ secrets.DOCKER_USERNAME }}

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG KONG_BASE=kong:2.1.0-alpine
1+
ARG KONG_BASE=kong:2.1.4-alpine
22

33

44

0 commit comments

Comments
 (0)