Skip to content

Commit 4ed801f

Browse files
Update utility common dependency to 3.265.0 in Docker task (#21407)
1 parent b46793c commit 4ed801f

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

Tasks/DockerV2/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Tasks/DockerV2/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"agent-base": "^6.0.2",
1212
"azure-pipelines-task-lib": "^4.13.0",
1313
"azure-pipelines-tasks-docker-common": "2.264.0",
14-
"azure-pipelines-tasks-utility-common": "3.258.0",
14+
"azure-pipelines-tasks-utility-common": "^3.265.0",
1515
"del": "2.2.0",
1616
"esprima": "2.7.1",
1717
"js-yaml": "3.13.1"

Tasks/DockerV2/task.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"author": "Microsoft Corporation",
1414
"version": {
1515
"Major": 2,
16-
"Minor": 264,
16+
"Minor": 265,
1717
"Patch": 0
1818
},
1919
"minimumAgentVersion": "2.172.0",

Tasks/DockerV2/task.loc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"author": "Microsoft Corporation",
1414
"version": {
1515
"Major": 2,
16-
"Minor": 264,
16+
"Minor": 265,
1717
"Patch": 0
1818
},
1919
"minimumAgentVersion": "2.172.0",

0 commit comments

Comments
 (0)