Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
zyclonite authored Feb 6, 2024
1 parent c05fae7 commit f918b4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM noenv/openjdk:20.0.2
FROM noenv/openjdk:21.0.2

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

ENV SONAR_SCANNER_VERSION 5.0.1.3006
ENV NODE_VERSION 21.0.0
ENV NODE_VERSION 21.6.1
ENV JAVA_HOME /docker-java-home

RUN apt-get update && \
Expand Down

0 comments on commit f918b4f

Please sign in to comment.