Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
zyclonite authored May 4, 2021
1 parent 94acf53 commit a84ffb8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM noenv/openjdk

LABEL maintainer "NoEnv"
LABEL version "4.6.0"
LABEL version "4.6.1"
LABEL description "SonarQube Scanner as Docker Image"

ENV SONAR_SCANNER_VERSION 4.6.0.2311
ENV NODE_VERSION 15.6.0
ENV SONAR_SCANNER_VERSION 4.6.1.2450
ENV NODE_VERSION 15.14.0
ENV JAVA_HOME /docker-java-home

RUN apt-get update \
Expand Down

0 comments on commit a84ffb8

Please sign in to comment.