Skip to content

Commit d3f96cf

Browse files
authored
Merge branch 'weekly' into updatecli_weekly_05014a7b574d7d483df06a73ee750c528e5a90a636a3fa1f44e4f0b1078cbccf
2 parents f6bc8f8 + 565b106 commit d3f96cf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

dockerfiles/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This Dockerfile is used to create a Jenkins server with a specific version and pre-configured settings.
22

33
# We start by defining an ARG for the Jenkins version. This allows us to easily change the version of Jenkins we want to use.
4-
ARG JENKINS_VERSION=2.564-jdk21
4+
ARG JENKINS_VERSION=2.565-jdk21
55

66
# We then use the official Jenkins image with the specified version as our base image.
77
FROM jenkins/jenkins:"${JENKINS_VERSION}"

dockerfiles/sidekick/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This Dockerfile is used to prepare a Debian-based Docker image with several utilities installed.
22

33
# We start from the Debian 'trixie' image.
4-
FROM debian:trixie-20260505 as prepare-stage
4+
FROM debian:trixie-20260518 as prepare-stage
55

66
# Copy all shell scripts from the current directory to /usr/local/bin/ in the image.
77
COPY *sh /usr/local/bin/

0 commit comments

Comments
 (0)