Skip to content

Commit a5a9c4e

Browse files
committed
Pull request 32: chore: update node-ssh image to 22.22--0 (Node 22.22.2, pnpm 10.33.4)
Squashed commit of the following: commit de117a6 Author: Maxim Topciu <mtopciu@adguard.com> Date: Thu May 14 14:31:59 2026 +0300 chore: update node-ssh image to 22.22--0 Update Docker image to node-ssh:22.22--0 which includes Node.js 22.22.2 and pnpm 10.33.4. This is needed to support minimumReleaseAge in pnpm-workspace.yaml (AG-54210).
1 parent 6f8cacc commit a5a9c4e

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

bamboo-specs/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plan:
55
key: DDLBUILD
66
name: dead-domains-linter - build
77
variables:
8-
dockerContainer: adguard/node-ssh:22.17--0
8+
dockerContainer: adguard/node-ssh:22.22--0
99

1010
stages:
1111
- Build:

bamboo-specs/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ environments:
99

1010
npmjs:
1111
docker:
12-
image: adguard/node-ssh:22.17--0
12+
image: adguard/node-ssh:22.22--0
1313
triggers: []
1414
tasks:
1515
- checkout:

bamboo-specs/increment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plan:
55
key: DDLINCR
66
name: dead-domains-linter - increment
77
variables:
8-
dockerContainer: adguard/node-ssh:22.17--0
8+
dockerContainer: adguard/node-ssh:22.22--0
99

1010
stages:
1111
- Increment:

bamboo-specs/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plan:
55
key: DDLTEST
66
name: dead-domains-linter - tests
77
variables:
8-
dockerContainer: adguard/node-ssh:22.17--0
8+
dockerContainer: adguard/node-ssh:22.22--0
99

1010
stages:
1111
- Test:

0 commit comments

Comments
 (0)