We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 93ae739 + 64c6fc2 commit 25589ffCopy full SHA for 25589ff
2 files changed
dockerfiles/dotnet/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM jenkins/ssh-agent:8.1.0-jdk21 AS ssh-agent
+FROM jenkins/ssh-agent:8.4.0-jdk21 AS ssh-agent
2
3
# install dotnet dependencies
4
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
@@ -1,7 +1,7 @@
# This Dockerfile is used to prepare a Debian-based Docker image with several utilities installed.
# We start from the Debian 'trixie' image.
-FROM debian:trixie-20260421 as prepare-stage
+FROM debian:trixie-20260505 as prepare-stage
5
6
# Copy all shell scripts from the current directory to /usr/local/bin/ in the image.
7
COPY *sh /usr/local/bin/
0 commit comments