Replace the name of the jdk package
This commit is contained in:
parent
f9abd78b86
commit
9152683d20
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ RUN apt-get update
|
||||||
RUN apt-get upgrade -y
|
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
|
ENV JENKINS_VERSION 2.504
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue