Skip to content

Commit 26515af

Browse files
committed
pin musl-related docker images
1 parent 7d78fda commit 26515af

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/prepare-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,13 @@ jobs:
6060
strip: aarch64-linux-musl-strip
6161
download: true
6262
container:
63-
image: ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-alpine
63+
image: ghcr.io/napi-rs/napi-rs/nodejs-rust@sha256:78c9ab1f117f8c535b93c4b91a2f19063dda6e4dba48a6187df49810625992c1
6464
- os: ubuntu-latest
6565
target: x86_64-unknown-linux-musl
6666
strip: strip
6767
download: true
6868
container:
69-
image: ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-alpine
69+
image: ghcr.io/napi-rs/napi-rs/nodejs-rust@sha256:78c9ab1f117f8c535b93c4b91a2f19063dda6e4dba48a6187df49810625992c1
7070

7171
name: Build ${{ matrix.target }} (oxide)
7272
runs-on: ${{ matrix.os }}

.github/workflows/release-insiders.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,13 @@ jobs:
5959
strip: aarch64-linux-musl-strip
6060
download: true
6161
container:
62-
image: ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-alpine
62+
image: ghcr.io/napi-rs/napi-rs/nodejs-rust@sha256:78c9ab1f117f8c535b93c4b91a2f19063dda6e4dba48a6187df49810625992c1
6363
- os: ubuntu-latest
6464
target: x86_64-unknown-linux-musl
6565
strip: strip
6666
download: true
6767
container:
68-
image: ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-alpine
68+
image: ghcr.io/napi-rs/napi-rs/nodejs-rust@sha256:78c9ab1f117f8c535b93c4b91a2f19063dda6e4dba48a6187df49810625992c1
6969

7070
name: Build ${{ matrix.target }} (oxide)
7171
runs-on: ${{ matrix.os }}

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,13 @@ jobs:
5959
strip: aarch64-linux-musl-strip
6060
download: true
6161
container:
62-
image: ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-alpine
62+
image: ghcr.io/napi-rs/napi-rs/nodejs-rust@sha256:78c9ab1f117f8c535b93c4b91a2f19063dda6e4dba48a6187df49810625992c1
6363
- os: ubuntu-latest
6464
target: x86_64-unknown-linux-musl
6565
strip: strip
6666
download: true
6767
container:
68-
image: ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-alpine
68+
image: ghcr.io/napi-rs/napi-rs/nodejs-rust@sha256:78c9ab1f117f8c535b93c4b91a2f19063dda6e4dba48a6187df49810625992c1
6969

7070
name: Build ${{ matrix.target }} (oxide)
7171
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)