Skip to content

Commit 25589ff

Browse files
authored
Merge branch 'weekly' into dependabot/docker/dockerfiles/agent-discovery/weekly/debian-bookworm-20260505-slim
2 parents 93ae739 + 64c6fc2 commit 25589ff

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

dockerfiles/dotnet/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM jenkins/ssh-agent:8.1.0-jdk21 AS ssh-agent
1+
FROM jenkins/ssh-agent:8.4.0-jdk21 AS ssh-agent
22

33
# install dotnet dependencies
44
RUN apt-get update && apt-get install -y --no-install-recommends libc6 libgcc1 libgssapi-krb5-2 libicu72 libssl3 libstdc++6 zlib1g wget && apt-get clean && \

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