Skip to content

Commit 0213381

Browse files
feat: update jwt-keycloak plugin to tag 1.7.0-1
1 parent c4eecf5 commit 0213381

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[submodule "external-plugins/jwt-keycloak"]
22
path = external-plugins/jwt-keycloak
33
url = https://github.com/telekom/kong-plugin-jwt-keycloak.git
4-
tag = 1.6.0-1
4+
tag = 1.7.0-1

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ WORKDIR /tmp
1818

1919
COPY ./external-plugins/jwt-keycloak/*.rockspec /tmp
2020
COPY ./external-plugins/jwt-keycloak/src /tmp/src
21-
ARG PLUGIN_VERSION=1.6.0-1
21+
ARG PLUGIN_VERSION=1.7.0-1
2222
RUN luarocks make && luarocks pack kong-plugin-jwt-keycloak ${PLUGIN_VERSION}
2323

2424

@@ -32,7 +32,7 @@ COPY --from=jwt-keycloak-builder /tmp/*.rock /tmp/
3232
USER root
3333

3434
# Install jwt-keycloak plugin
35-
ARG PLUGIN_VERSION=1.6.0-1
35+
ARG PLUGIN_VERSION=1.7.0-1
3636
RUN luarocks install /tmp/kong-plugin-jwt-keycloak-${PLUGIN_VERSION}.all.rock
3737

3838
# copy other plugins from repo to image

0 commit comments

Comments
 (0)