Skip to content

Commit accdd94

Browse files
committed
update kong to 2.2.0
1 parent a0ea0e1 commit accdd94

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Publish kong-custom image [1.2-alpine]
1+
name: Publish kong-custom image [1.3-alpine]
22
on: [push]
33
jobs:
44
build:
@@ -8,7 +8,7 @@ jobs:
88
- name: Publish to Registry
99
uses: elgohr/Publish-Docker-Github-Action@master
1010
env:
11-
KONG_BASE: kong:2.1.4-alpine
11+
KONG_BASE: kong:2.2.0-alpine
1212
PLUGINS: --server=http://luarocks.org/manifests/moesif kong-plugin-moesif 0.2.28-1
1313
with:
1414
name: graphip/kong

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.4-alpine
1+
ARG KONG_BASE=kong:2.2.0-alpine
22

33

44

0 commit comments

Comments
 (0)