UNCLASSIFIED

Commit 9cb1aeb3 authored by renovate's avatar renovate
Browse files

Update sonarqube Docker tag to v8.8

parent 2b970d41
Pipeline #202270 failed with stages
in 79 minutes and 4 seconds
...@@ -6,7 +6,7 @@ FROM sonarqube:8.7.1-community AS build ...@@ -6,7 +6,7 @@ FROM sonarqube:8.7.1-community AS build
FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
ARG SONARQUBE_VERSION="8.7-community" ARG SONARQUBE_VERSION="8.8-community"
ENV SONAR_VERSION="${SONARQUBE_VERSION}" \ ENV SONAR_VERSION="${SONARQUBE_VERSION}" \
SONARQUBE_HOME="/opt/sonarqube" \ SONARQUBE_HOME="/opt/sonarqube" \
SQ_DATA_DIR="/opt/sonarqube/data" \ SQ_DATA_DIR="/opt/sonarqube/data" \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment