diff --git a/Dockerfile b/Dockerfile index aec3f07de579113a9b637650b090c733b13a65d8..7d423c837cce5ea9f7748b1f6214989a44e2a24c 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" \