Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
zyclonite authored Jun 25, 2024
1 parent 645a213 commit 87d64ea
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM noenv/openjdk:21.0.2
FROM noenv/openjdk:22.0.1

LABEL maintainer "NoEnv"
LABEL version "5.0.1"
LABEL version "6.0.0"
LABEL description "SonarQube Scanner as Docker Image"

ENV SONAR_SCANNER_VERSION 5.0.1.3006
ENV NODE_VERSION 21.6.1
ENV SONAR_SCANNER_VERSION 6.0.0.4432
ENV NODE_VERSION 22.3.0
ENV JAVA_HOME /docker-java-home

RUN apt-get update && \
Expand Down

0 comments on commit 87d64ea

Please sign in to comment.