Skip to content
Merged
Show file tree
Hide file tree
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
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
services:
jenkins:
container_name: ${CONTAINER_NAME}
image: jenkins/jenkins:2.504.1-lts
image: jenkins/jenkins:2.504.2-lts
restart: always
privileged: true
user: root
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The provided code snippet is already syntactically correct and does not contain any major issues or suggestions for optimization. The update to the Jenkins image version from 2.504.1-lts to 2.504.2-lts simply reflects a minor patch release of the JENKINS LTS (Long Term Support) image.

If this were part of a larger configuration file such as Docker Compose, Kubernetes manifests, etc., it should continue working normally with the updated image. No additional adjustments would be necessary.

Expand Down