UNCLASSIFIED

Commit 32fef6e7 authored by sean.melissari's avatar sean.melissari
Browse files

update version

parent e7106a9e
Pipeline #46127 failed with stages
in 10 minutes and 23 seconds
...@@ -7,10 +7,10 @@ FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} ...@@ -7,10 +7,10 @@ FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
LABEL org.opencontainers.image.title="SonarQube" \ LABEL org.opencontainers.image.title="SonarQube" \
org.opencontainers.image.description="SonarQube is an automatic code review tool to detect bugs, vulnerabilities and code smells in your code." \ org.opencontainers.image.description="SonarQube is an automatic code review tool to detect bugs, vulnerabilities and code smells in your code." \
org.opencontainers.image.licenses="All rights reserved" \ org.opencontainers.image.licenses="All rights reserved" \
org.opencontainers.image.version="8.4-enterprise" \ org.opencontainers.image.version="8.5-prerelease" \
maintainer="SonarSource" maintainer="SonarSource"
ARG SONARQUBE_VERSION=8.4.2-enterprise ARG SONARQUBE_VERSION=8.5-prerelease
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