UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit b94263a0 authored by sean.melissari's avatar sean.melissari
Browse files

fix version var

parent f3253252
No related branches found
No related tags found
2 merge requests!10Development,!9Update sonarqube Docker tag to v8.5
Pipeline #47733 canceled
......@@ -12,7 +12,7 @@ LABEL org.opencontainers.image.title="SonarQube" \
org.opencontainers.image.version="8.5-enterprise" \
maintainer="SonarSource"
ARG SONARQUBE_VERSION=8.4.2-enterprise
ARG SONARQUBE_VERSION="8.5-enterprise"
ENV SONAR_VERSION="${SONARQUBE_VERSION}" \
SONARQUBE_HOME="/opt/sonarqube" \
SQ_DATA_DIR="/opt/sonarqube/data" \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment