Skip to content

Commit 20c8541

Browse files
authored
updated dockercommon package in dockerv2 (#21003)
1 parent 5fca28d commit 20c8541

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
@@ -6,7 +6,7 @@
66
"@types/uuid": "^8.3.0",
77
"agent-base": "^6.0.2",
88
"azure-pipelines-task-lib": "^4.13.0",
9-
"azure-pipelines-tasks-docker-common": "2.256.0",
9+
"azure-pipelines-tasks-docker-common": "2.256.1",
1010
"azure-pipelines-tasks-utility-common": "^3.238.0",
1111
"del": "2.2.0",
1212
"esprima": "2.7.1",

Tasks/DockerV2/task.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"version": {
1515
"Major": 2,
1616
"Minor": 256,
17-
"Patch": 0
17+
"Patch": 1
1818
},
1919
"minimumAgentVersion": "2.172.0",
2020
"demands": [],

Tasks/DockerV2/task.loc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"version": {
1515
"Major": 2,
1616
"Minor": 256,
17-
"Patch": 0
17+
"Patch": 1
1818
},
1919
"minimumAgentVersion": "2.172.0",
2020
"demands": [],

0 commit comments

Comments
 (0)