Skip to content

Commit 385d8ba

Browse files
authored
Merge branch 'main' into dependabot/docker/dockerfiles/dotnet/jenkins/ssh-agent-7.9.0-jdk21
2 parents cddcf43 + 8b84910 commit 385d8ba

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

dockerfiles/agent-discovery/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-20251117-slim as prepare-stage
4+
FROM debian:trixie-20251208-slim 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/

dockerfiles/plugins.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ build-timeout:1.38
88
caffeine-api:3.2.3-194.v31a_b_f7a_b_5a_81
99
checks-api:373.vfe7645102093
1010
cloudbees-folder:6.1073.va_7888eb_dd514
11-
commons-lang3-api:3.19.0-104.v12125f33a_255
12-
commons-text-api:1.14.0-194.v804a_dc3a_1b_d8
11+
commons-lang3-api:3.20.0-109.ve43756e2d2b_4
12+
commons-text-api:1.15.0-210.v7480a_da_70b_9e
1313
configuration-as-code:2006.v001a_2ca_6b_574
1414
coverage:2.3054.ve1ff7b_a_a_123b_
1515
credentials-binding:702.vfe613e537e88

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-20251117 as prepare-stage
4+
FROM debian:trixie-20251208 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)