Skip to content

Commit

Permalink
Use OpenJDK 17
Browse files Browse the repository at this point in the history
  • Loading branch information
pcvolkmer committed May 9, 2024
1 parent f8dfabc commit c7dbc61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 20/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ LABEL org.opencontainers.image.licenses=MIT
LABEL org.opencontainers.image.description="NodeJS image to use with Jenkins Docker Plugin"

# Upgrade and Install packages
RUN apt-get update && apt-get -y upgrade && apt-get install -y git openssh-server openjdk-11-jdk
RUN apt-get update && apt-get -y upgrade && apt-get install -y git openssh-server openjdk-17-jdk

# Add user and group for jenkins
RUN groupadd -g 10000 jenkins
Expand Down

0 comments on commit c7dbc61

Please sign in to comment.