UNCLASSIFIED

Commit e40f87ac authored by renovate's avatar renovate
Browse files

Update sonarqube Docker tag to v8.8

parent 066ba560
Pipeline #202269 failed with stages
in 93 minutes and 10 seconds
...@@ -6,7 +6,7 @@ FROM sonarqube:8.7.1-enterprise AS build ...@@ -6,7 +6,7 @@ FROM sonarqube:8.7.1-enterprise AS build
FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
ARG SONARQUBE_VERSION="8.7-enterprise" ARG SONARQUBE_VERSION="8.8-enterprise"
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