Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dockerfiles/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Dockerfile for setting up a Jenkins environment with a specific version and pre-configured settings.

# Define the Jenkins version to use for the base image.
ARG JENKINS_VERSION=2.472-jdk17
ARG JENKINS_VERSION=2.473-jdk17

# Use the official Jenkins Docker image with the specified version.
FROM jenkins/jenkins:${JENKINS_VERSION}
Expand Down
Loading