Skip to content

Commit 81961a5

Browse files
authored
Merge branch 'main' into dependabot/docker/dockerfiles/agent-discovery/debian-trixie-20250929-slim
2 parents 9d01e84 + e59ea29 commit 81961a5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/updatecli.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
# This step installs Updatecli in the runner using the updatecli-action
2525
- name: Install Updatecli in the runner
26-
uses: updatecli/updatecli-action@v2.92.0
26+
uses: updatecli/updatecli-action@v2.93.0
2727

2828
# This step runs Updatecli in Dry Run mode
2929
# It uses the "diff" command of updatecli with the specified config and values files

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:7.1.0-jdk21 AS ssh-agent
1+
FROM jenkins/ssh-agent:7.2.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/plugins.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ mina-sshd-api-core:2.16.0-167.va_269f38cc024
4545
okhttp-api:4.12.0-195.vc02552c04ffd
4646
pipeline-build-step:571.v08a_fffd4b_0ce
4747
pipeline-graph-analysis:245.v88f03631a_b_21
48-
pipeline-graph-view:652.vec2394db_041f
48+
pipeline-graph-view:654.vce1c59e149e2
4949
pipeline-groovy-lib:766.v2b_e08c2e6ff2
5050
pipeline-input-step:534.v352f0a_e98918
5151
pipeline-milestone-step:138.v78ca_76831a_43

0 commit comments

Comments
 (0)