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 6ccfb22 commit cc1d2b0Copy full SHA for cc1d2b0
dockerfiles/Dockerfile
@@ -1,7 +1,7 @@
1
# This Dockerfile is used to create a Jenkins server with a specific version and pre-configured settings.
2
3
# We start by defining an ARG for the Jenkins version. This allows us to easily change the version of Jenkins we want to use.
4
-ARG JENKINS_VERSION=2.494-jdk17
+ARG JENKINS_VERSION=2.495-jdk17
5
6
# We then use the official Jenkins image with the specified version as our base image.
7
FROM jenkins/jenkins:"${JENKINS_VERSION}"
0 commit comments