Skip to content

Commit

Permalink
Merge pull request #4178 from eval-exec/exec/upgrade-ci-workflow-dock…
Browse files Browse the repository at this point in the history
…er-image

Upgrade CI workflow's docker image to `1.71.1`
  • Loading branch information
doitian authored Oct 12, 2023
2 parents afc7402 + 7ffbfab commit aaf9662
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
name: ckb_${{env.GIT_TAG_NAME }}_${{env.REL_PKG }}.asc
path: ckb_${{env.GIT_TAG_NAME }}_${{env.REL_PKG }}.asc
env:
BUILDER_IMAGE: nervos/ckb-docker-builder:bionic-rust-1.67.1
BUILDER_IMAGE: nervos/ckb-docker-builder:bionic-rust-1.71.1
REL_PKG: ${{ matrix.rel_pkg }}

package-for-linux-aarch64:
Expand Down Expand Up @@ -170,7 +170,7 @@ jobs:
name: ckb_${{env.GIT_TAG_NAME }}_${{env.REL_PKG }}.asc
path: ckb_${{env.GIT_TAG_NAME }}_${{env.REL_PKG }}.asc
env:
BUILDER_IMAGE: nervos/ckb-docker-builder:centos-7-rust-1.67.1
BUILDER_IMAGE: nervos/ckb-docker-builder:centos-7-rust-1.71.1
REL_PKG: ${{ matrix.rel_pkg }}

package-for-mac:
Expand Down

0 comments on commit aaf9662

Please sign in to comment.