From e7c6a64f279548d2597e1714de030b3d5cf84fd3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20B=C3=B6hm?= Date: Fri, 25 Oct 2024 19:28:58 +0200 Subject: [PATCH] Update to latest version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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