Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bamboo-specs/build-prerelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plan:
key: VSCODEADBLOCKSYNTAXBUILDPRERELEASE
name: vscode adblock syntax - build prerelease
variables:
dockerNode: adguard/node-ssh:22.14--0
dockerNode: adguard/node-ssh:22.22--0

stages:
- Build:
Expand Down
2 changes: 1 addition & 1 deletion bamboo-specs/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plan:
key: VSCODEADBLOCKSYNTAXBUILD
name: vscode adblock syntax - build release
variables:
dockerNode: adguard/node-ssh:22.14--0
dockerNode: adguard/node-ssh:22.22--0

stages:
- Build:
Expand Down
4 changes: 2 additions & 2 deletions bamboo-specs/deploy-prerelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ environments:

marketplace.visualstudio.com:
docker:
image: adguard/node-ssh:22.14--0
image: adguard/node-ssh:22.22--0
volumes:
${system.PNPM_DIR}: "${bamboo.cachePnpm}"
triggers: []
Expand Down Expand Up @@ -52,7 +52,7 @@ marketplace.visualstudio.com:

open-vsx.org:
docker:
image: adguard/node-ssh:22.14--0
image: adguard/node-ssh:22.22--0
volumes:
${system.PNPM_DIR}: "${bamboo.cachePnpm}"
triggers: []
Expand Down
4 changes: 2 additions & 2 deletions bamboo-specs/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ environments:

marketplace.visualstudio.com:
docker:
image: adguard/node-ssh:22.14--0
image: adguard/node-ssh:22.22--0
volumes:
${system.PNPM_DIR}: "${bamboo.cachePnpm}"
triggers: []
Expand Down Expand Up @@ -52,7 +52,7 @@ marketplace.visualstudio.com:

open-vsx.org:
docker:
image: adguard/node-ssh:22.14--0
image: adguard/node-ssh:22.22--0
volumes:
${system.PNPM_DIR}: "${bamboo.cachePnpm}"
triggers: []
Expand Down
2 changes: 1 addition & 1 deletion bamboo-specs/increment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plan:
key: VSCODEADBLOCKSYNTAXINCR
name: vscode adblock syntax - increment
variables:
dockerNode: adguard/node-ssh:22.14--0
dockerNode: adguard/node-ssh:22.22--0

stages:
- Increment:
Expand Down
2 changes: 1 addition & 1 deletion bamboo-specs/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plan:
key: VSCODEADBLOCKSYNTAXTEST
name: vscode adblock syntax - tests
variables:
dockerNode: adguard/node-ssh:22.14--0
dockerNode: adguard/node-ssh:22.22--0

# Package dependencies:
# - Shared: no dependencies (base package)
Expand Down
Loading