From fb8a5d6e6ffc19f797d93d52bb7b3601319ba86d Mon Sep 17 00:00:00 2001 From: flytreeleft Date: Fri, 26 Jun 2020 13:24:33 +0800 Subject: [PATCH] Docker: update Dockerfile --- docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index 8725342..f74f40a 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -7,7 +7,7 @@ ENV NEXUS_PLUGINS ${NEXUS_HOME}/system # https://github.com/flytreeleft/nexus3-keycloak-plugin ENV KEYCLOAK_PLUGIN_VERSION 0.4.0 # The release name in the release page: https://github.com/flytreeleft/nexus3-keycloak-plugin/releases -ENV KEYCLOAK_PLUGIN_RELEASE_NAME 0.4.0 +ENV KEYCLOAK_PLUGIN_RELEASE_NAME v0.4.0 ENV KEYCLOAK_PLUGIN /org/github/flytreeleft/nexus3-keycloak-plugin/${KEYCLOAK_PLUGIN_VERSION}/nexus3-keycloak-plugin-${KEYCLOAK_PLUGIN_VERSION} USER root