Skip to content

Commit

Permalink
Merge branch 'weekly' into updatecli_weekly_6cae6afb4bc2a46809e0d4668…
Browse files Browse the repository at this point in the history
…606d9a6221840a2acb2b5530092f3f5a55d165c
  • Loading branch information
gounthar authored Jan 29, 2025
2 parents d42f1c5 + cc1d2b0 commit 2a3779d
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.494-jdk17
ARG JENKINS_VERSION=2.495-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 2a3779d

Please sign in to comment.