Skip to content

Commit bebf7a4

Browse files
committed
chore: bump jwt-keycloak plugin version to 1.6.0-1
1 parent aafca68 commit bebf7a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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.5.0-1
21+
ARG PLUGIN_VERSION=1.6.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.5.0-1
35+
ARG PLUGIN_VERSION=1.6.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)