From f1c07a91d94bcfcbc4789fe9fff8a22c353e23fd Mon Sep 17 00:00:00 2001
From: Roger Feese <rfeese@nebraska.edu>
Date: Tue, 25 Jun 2024 13:18:19 -0500
Subject: [PATCH] update jre package to v17 and node to 24

---
 dotnet-build-server/6.0/Dockerfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dotnet-build-server/6.0/Dockerfile b/dotnet-build-server/6.0/Dockerfile
index e684613..90b1f33 100644
--- a/dotnet-build-server/6.0/Dockerfile
+++ b/dotnet-build-server/6.0/Dockerfile
@@ -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/*
 
-- 
GitLab