From 32fef6e73fbc7c8e1002f3b9a916eb8b0899f47d Mon Sep 17 00:00:00 2001 From: "sean.melissari" Date: Fri, 2 Oct 2020 20:16:54 +0000 Subject: [PATCH] update version --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index aec3f07..7d423c8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,10 +7,10 @@ FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} 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.licenses="All rights reserved" \ - org.opencontainers.image.version="8.4-enterprise" \ + org.opencontainers.image.version="8.5-prerelease" \ maintainer="SonarSource" -ARG SONARQUBE_VERSION=8.4.2-enterprise +ARG SONARQUBE_VERSION=8.5-prerelease ENV SONAR_VERSION="${SONARQUBE_VERSION}" \ SONARQUBE_HOME="/opt/sonarqube" \ SQ_DATA_DIR="/opt/sonarqube/data" \ -- GitLab