Skip to content

Commit d50b684

Browse files
authored
Update git clone command in Dockerfile
1 parent 8b20aef commit d50b684

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

local/kong/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ USER root
55

66
RUN apt-get update && apt-get -y install unzip && apt-get clean
77

8-
RUN git clone -b feature/kong3 https://github.com/bcgov/kong-oss-plugins.git \
8+
RUN git clone https://github.com/bcgov/kong-oss-plugins.git \
99
&& cd kong-oss-plugins \
1010
&& (cd plugins/jwt-keycloak && luarocks make) \
1111
&& (cd plugins/oidc && luarocks make kong-plugin-oidc-1.5.0-2.rockspec) \

0 commit comments

Comments
 (0)