Skip to content

Commit

Permalink
Merge 8e88dfe into 2c7ffd5
Browse files Browse the repository at this point in the history
  • Loading branch information
dwendland authored Jul 28, 2023
2 parents 2c7ffd5 + 8e88dfe commit db38575
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

env:
IMAGE_NAME: pongo
PONGO_VERSION: 1.1.0
PONGO_VERSION: 1.3.0
KONG_VERSION: 2.8.1

# Static value, only used to fulfill rockspec format
Expand Down
2 changes: 1 addition & 1 deletion kong-plugin-auth-endpoint-config-ishare/rockspec.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ description = {

dependencies = {
'lua >= 5.1',
'lua-fiware-lib >= 0.0.7-1'
'lua-fiware-lib >= 0.0.8-1'
}

build = {
Expand Down
2 changes: 1 addition & 1 deletion kong-plugin-ngsi-ishare-policies/rockspec.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ description = {

dependencies = {
'lua >= 5.1',
'lua-fiware-lib >= 0.0.7-1'
'lua-fiware-lib >= 0.0.8-1'
}

build = {
Expand Down
2 changes: 1 addition & 1 deletion pongo/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG BASE=ubuntu:latest
FROM ${BASE}

ARG PONGO_VERSION=1.1.0
ARG PONGO_VERSION=1.3.0

USER root

Expand Down
2 changes: 1 addition & 1 deletion pongo/pongo-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

function main {

PONGO_VERSION_DEFAULT="1.1.0"
PONGO_VERSION_DEFAULT="1.3.0"
IMAGE_NAME_DEFAULT="pongo"
KONG_VERSION_DEFAULT="2.8.1"
#KONG_IMAGE_DEFAULT="kong/kong-alpine"
Expand Down

0 comments on commit db38575

Please sign in to comment.