Skip to content

Commit c9167eb

Browse files
authored
Merge branch 'spring-security' into updatecli_spring-security_6cae6afb4bc2a46809e0d4668606d9a6221840a2acb2b5530092f3f5a55d165c
2 parents 0184e80 + c999165 commit c9167eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dockerfiles/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Dockerfile for setting up a Jenkins environment with a specific version and pre-configured settings.
22

33
# Define the Jenkins version to use for the base image.
4-
ARG JENKINS_VERSION=2.475-jdk17
4+
ARG JENKINS_VERSION=2.476-jdk17
55

66
# Use the official Jenkins Docker image with the specified version.
77
FROM jenkins/jenkins:${JENKINS_VERSION}

0 commit comments

Comments
 (0)