Skip to content

Commit

Permalink
chore: [jenkins-controller] Bump Jenkins LTS version in dockerfiles/D…
Browse files Browse the repository at this point in the history
…... (#737)

... ockerfile

Made with ❤️️ by updatecli

Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Oct 30, 2024
1 parent 55dd6cb commit fafa70a
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.462.3
ARG JENKINS_VERSION=2.479.1

# 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 fafa70a

Please sign in to comment.