Skip to content

Commit f23033f

Browse files
authored
Merge branch 'main' into dependabot/docker/dockerfiles/multi/jenkins/ssh-agent-6.7.0
2 parents 4d65366 + 0edce37 commit f23033f

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.75.0
26+
uses: updatecli/updatecli-action@v2.76.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/golang/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM jenkins/ssh-agent:6.6.0 as ssh-agent
1+
FROM jenkins/ssh-agent:6.7.0 as ssh-agent
22

33
# ca-certificates because curl uses certificates from ca-certificates
44
RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates curl && apt-get clean && \

dockerfiles/plugins.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ workflow-aggregator:600.vb_57cdd26fdd7
7373
workflow-api:1336.vee415d95c521
7474
workflow-basic-steps:1058.vcb_fc1e3a_21a_9
7575
workflow-cps:4007.vd705fc76a_34e
76-
workflow-durable-task-step:1398.vf6c9e89e5988
76+
workflow-durable-task-step:1400.v7a_fd50a_091de
7777
workflow-job:1476.v90f02a_225559
7878
workflow-multibranch:795.ve0cb_1f45ca_9a_
7979
workflow-scm-step:427.v4ca_6512e7df1

0 commit comments

Comments
 (0)