Replace the name of the jdk package

This commit is contained in:
zontreck 2025-04-02 18:07:22 -07:00
parent f9abd78b86
commit 9152683d20

View file

@ -11,7 +11,7 @@ RUN apt-get update
RUN apt-get upgrade -y
RUN apt-get install -y openjdk-21-jdk openjdk-21-jre curl wget moreutils && apt-get clean -y
RUN apt-get install -y temurin-17-jdk curl wget moreutils && apt-get clean -y
ENV JENKINS_VERSION 2.504