Skip to content

Commit f0002df

Browse files
committed
ci: pin napi-rs docker images
1 parent 5ffb64b commit f0002df

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/edr-npm-release.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,14 @@ jobs:
4040
target: i686-pc-windows-msvc
4141
- host: ubuntu-latest
4242
target: x86_64-unknown-linux-gnu
43-
docker: ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-debian
43+
docker: ghcr.io/napi-rs/napi-rs/nodejs-rust@sha256:4b2638c0987845c4ab3488574a215a2a866b99fb28588788786f2b8cbcb40e71
4444
build: |-
4545
set -e &&
4646
pnpm run build --target x86_64-unknown-linux-gnu &&
4747
strip *.node
4848
- host: ubuntu-latest
4949
target: x86_64-unknown-linux-musl
50-
docker: ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-alpine
50+
docker: ghcr.io/napi-rs/napi-rs/nodejs-rust@sha256:2003f7f7027adaab2c97bf576ce6bb87640a77c62a6898ed2359c050c49872a5
5151
build: |-
5252
apk add perl;
5353
set -e &&
@@ -60,7 +60,7 @@ jobs:
6060
strip -x *.node
6161
- host: ubuntu-latest
6262
target: aarch64-unknown-linux-gnu
63-
docker: ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-debian-aarch64
63+
docker: ghcr.io/napi-rs/napi-rs/nodejs-rust@sha256:08cb2c8326ae78cf8ffd58f81523dd9592a4778c2c5f314251f5773ea204f289
6464
build: |-
6565
set -e &&
6666
sudo apt-get update &&
@@ -74,7 +74,7 @@ jobs:
7474
aarch64-unknown-linux-gnu-strip *.node
7575
- host: ubuntu-latest
7676
target: aarch64-unknown-linux-musl
77-
docker: ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-alpine
77+
docker: ghcr.io/napi-rs/napi-rs/nodejs-rust@sha256:2003f7f7027adaab2c97bf576ce6bb87640a77c62a6898ed2359c050c49872a5
7878
build: |-
7979
apk add perl;
8080
set -e &&

0 commit comments

Comments
 (0)