Skip to content
This repository has been archived by the owner on Dec 24, 2023. It is now read-only.

Commit

Permalink
Bump kong to 2.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Cristian Chiru committed Apr 13, 2022
1 parent e45d143 commit 956d94b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM kong:2.8.0-alpine
FROM kong:2.8.1-alpine

USER root

Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@

## Releases

- Kong v2.8.0: [Dockerfile](https://github.com/revomatico/docker-kong-oidc/blob/master/Dockerfile)
- Kong v2.8.1: [Dockerfile](https://github.com/revomatico/docker-kong-oidc/blob/master/Dockerfile)
- Kong v2.8.0: [Dockerfile](https://github.com/revomatico/docker-kong-oidc/blob/2.8.0-4/Dockerfile)
- Kong v2.7.1: [Dockerfile](https://github.com/revomatico/docker-kong-oidc/blob/2.7.1-1/Dockerfile)
- Kong v2.7.0: [Dockerfile](https://github.com/revomatico/docker-kong-oidc/blob/2.7.0-3/Dockerfile)
- Kong v2.6.0: [Dockerfile](https://github.com/revomatico/docker-kong-oidc/blob/2.6.0-2/Dockerfile)
Expand Down Expand Up @@ -114,6 +115,8 @@

## Release notes

- 2022-04-06 [2.8.1-1]
- Bump kong to 2.8.1
- 2022-04-03 [2.8.0-4]
- Bump kong-oidc plugin to 1.2.4-4, thank you @ruiengana!
- 2022-04-01 [2.8.0-3]
Expand Down
2 changes: 1 addition & 1 deletion common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

# Common script used by all others to define variables and stay DRY
DOCKER_CONTAINER='docker-kong-oidc'
DOCKER_IMAGE="local/$DOCKER_CONTAINER:2.8.0-4"
DOCKER_IMAGE="local/$DOCKER_CONTAINER:2.8.1-1"
KONG_LOCAL_HTTP_PORT=${KONG_LOCAL_HTTP_PORT:-180}
KONG_LOCAL_HTTPS_PORT=${KONG_LOCAL_HTTPS_PORT:-143}

0 comments on commit 956d94b

Please sign in to comment.