Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
zyclonite authored Jun 11, 2021
1 parent a84ffb8 commit e272c05
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.1"
LABEL version "4.6.2"
LABEL description "SonarQube Scanner as Docker Image"

ENV SONAR_SCANNER_VERSION 4.6.1.2450
ENV NODE_VERSION 15.14.0
ENV SONAR_SCANNER_VERSION 4.6.2.2472
ENV NODE_VERSION 16.3.0
ENV JAVA_HOME /docker-java-home

RUN apt-get update \
Expand Down

0 comments on commit e272c05

Please sign in to comment.