Skip to content

Commit

Permalink
chore(deps): bump docker images denoland/deno to 1.45.5 (#1194)
Browse files Browse the repository at this point in the history
Signed-off-by: wuhuizuo <wuhuizuo@126.com>

Signed-off-by: wuhuizuo <wuhuizuo@126.com>
  • Loading branch information
wuhuizuo authored Aug 2, 2024
1 parent b9f485e commit 0cca3cb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion apps/prod/jenkins/pre/cronjobs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
restartPolicy: OnFailure
containers:
- name: deno
image: "denoland/deno:1.42.1"
image: "denoland/deno:1.45.5"
tty: true
args:
- run
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
script: |
git clone https://github.com/pingcap/community.git --branch master
- name: create-pull-request
image: denoland/deno:1.42.1
image: denoland/deno:1.45.5
workingDir: /workspace/community
script: |
owner=$(basename $(dirname $(params.git-url)))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ spec:
exit 1
fi
- name: create-pull-request
image: denoland/deno:1.42.1
image: denoland/deno:1.45.5
script: |
owner=$(basename $(dirname $(params.git-url)))
repo=$(basename $(params.git-url) .git)
Expand Down
2 changes: 1 addition & 1 deletion apps/staging/jenkins/pre/obc/cronjobs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
restartPolicy: Never
containers:
- name: deno
image: "denoland/deno:1.42.1"
image: "denoland/deno:1.45.5"
args:
- run
- --allow-all
Expand Down

0 comments on commit 0cca3cb

Please sign in to comment.