Skip to content

Commit 081dc9d

Browse files
chore(deps): update denoland/deno docker tag to v2.7.11
1 parent 4e7706e commit 081dc9d

7 files changed

Lines changed: 10 additions & 10 deletions

File tree

prow-jobs/pingcap-inc/enterprise-extensions/postsubmits.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ postsubmits:
1414
spec:
1515
containers:
1616
- name: main
17-
image: denoland/deno:2.2.2
17+
image: denoland/deno:2.7.11
1818
command:
1919
- deno
2020
- run
@@ -55,7 +55,7 @@ postsubmits:
5555
spec:
5656
containers:
5757
- name: main
58-
image: denoland/deno:1.46.3
58+
image: denoland/deno:2.7.11
5959
command:
6060
[
6161
deno,

prow-jobs/pingcap-qe/ci/periodics.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ periodics:
88
activeDeadlineSeconds: 300
99
containers:
1010
- name: main
11-
image: denoland/deno:2.5.4
11+
image: denoland/deno:2.7.11
1212
command:
1313
- deno
1414
- run
@@ -34,7 +34,7 @@ periodics:
3434
containers:
3535
- &periodic-reporter-flaky-tests-tidb-container
3636
name: main
37-
image: denoland/deno:2.5.4
37+
image: denoland/deno:2.7.11
3838
command: [bash, -c]
3939
args:
4040
- |

prow-jobs/pingcap/community/postsubmits.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ postsubmits:
1010
spec:
1111
containers:
1212
- name: main
13-
image: denoland/deno:2.2.2
13+
image: denoland/deno:2.7.11
1414
command:
1515
- deno
1616
- run

prow-jobs/pingcap/ng-monitoring/postsubmits.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ postsubmits:
1212
spec:
1313
containers:
1414
- name: main
15-
image: denoland/deno:2.2.2
15+
image: denoland/deno:2.7.11
1616
command:
1717
- deno
1818
- run
@@ -54,7 +54,7 @@ postsubmits:
5454
spec:
5555
containers:
5656
- name: main
57-
image: denoland/deno:2.2.2
57+
image: denoland/deno:2.7.11
5858
command:
5959
- deno
6060
- run

prow-jobs/tikv/community/postsubmits.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ postsubmits:
1010
spec:
1111
containers:
1212
- name: main
13-
image: denoland/deno:2.2.2
13+
image: denoland/deno:2.7.11
1414
command:
1515
- deno
1616
- run

tekton/v0/tasks/pingcap-get-set-release-version.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ spec:
5656
# Get the branches which contained the commits
5757
git branch --contains > /workspace/branches.txt
5858
- name: compute-version
59-
image: denoland/deno:2.7.3
59+
image: denoland/deno:2.7.11
6060
command:
6161
- deno
6262
- run

tekton/v1/tasks/pingcap-get-set-release-version.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ spec:
5656
# Get the branches which contained the commits
5757
git branch --contains > /workspace/branches.txt
5858
- name: compute-version
59-
image: denoland/deno:2.7.3
59+
image: denoland/deno:2.7.11
6060
command:
6161
- deno
6262
- run

0 commit comments

Comments
 (0)