Skip to content

Commit

Permalink
chore: [jenkins-controller] Bump Jenkins Weekly version in dockerfile...
Browse files Browse the repository at this point in the history
... s/Dockerfile

Made with ❤️️ by updatecli
  • Loading branch information
github-actions[bot] committed Mar 8, 2025
1 parent bcda8f7 commit 993ac29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This Dockerfile is used to create a Jenkins server with a specific version and pre-configured settings.

# We start by defining an ARG for the Jenkins version. This allows us to easily change the version of Jenkins we want to use.
ARG JENKINS_VERSION=2.499-jdk17
ARG JENKINS_VERSION=2.500-jdk17

# We then use the official Jenkins image with the specified version as our base image.
FROM jenkins/jenkins:"${JENKINS_VERSION}"
Expand Down

0 comments on commit 993ac29

Please sign in to comment.