diff --git a/Dockerfile b/Dockerfile index b0fe7a4..a6623e5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # use published sonarqube version -FROM sonarqube:10.6-community +FROM sonarqube:latest # add all plugins RUN curl -L -O --output-dir /opt/sonarqube/extensions/plugins https://github.com/vaulttec/sonar-auth-oidc/releases/download/v2.1.1/sonar-auth-oidc-plugin-2.1.1.jar \ No newline at end of file