We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4f87cc commit faff7e8Copy full SHA for faff7e8
dockerfiles/Dockerfile
@@ -4,7 +4,7 @@
4
ARG JENKINS_VERSION=2.506-jdk21
5
6
# We then use the official Jenkins image with the specified version as our base image.
7
-FROM jenkins/jenkins:"${JENKINS_VERSION}"-jdk21
+FROM jenkins/jenkins:"${JENKINS_VERSION}"
8
9
# We switch to the root user to have the necessary permissions for the upcoming operations.
10
USER root
0 commit comments