Skip to content

Commit faff7e8

Browse files
authored
Remove jdk21 from Jenkins base image
1 parent d4f87cc commit faff7e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dockerfiles/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
ARG JENKINS_VERSION=2.506-jdk21
55

66
# We then use the official Jenkins image with the specified version as our base image.
7-
FROM jenkins/jenkins:"${JENKINS_VERSION}"-jdk21
7+
FROM jenkins/jenkins:"${JENKINS_VERSION}"
88

99
# We switch to the root user to have the necessary permissions for the upcoming operations.
1010
USER root

0 commit comments

Comments
 (0)