Skip to content
Snippets Groups Projects
Commit f1c07a91 authored by Roger Feese's avatar Roger Feese
Browse files

update jre package to v17 and node to 24

parent 0c194c15
No related branches found
No related tags found
2 merge requests!90Update dotnet-build-server jre and remove 3.1,!89dotnet-build-server - update jre package to v17 and node to 24
......@@ -14,13 +14,13 @@ LABEL org.label-schema.build-date=$BUILD_DATE \
# Make sure that tools we need are installed
# Add external nodejs LTS apt source
RUN curl -fsSL https://deb.nodesource.com/setup_14.x | bash -
RUN curl -fsSL https://deb.nodesource.com/setup_22.x | bash -
# Create missing man directores for update-alternatives
RUN mkdir -p /usr/share/man/man1
# JRE, NodeJS for sonarqube scanner post-scan
RUN apt-get update && apt-get install -y \
git \
openjdk-11-jre \
openjdk-17-jre \
nodejs \
&& rm -rf /var/lib/apt/lists/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment