Skip to content

Commit c8d97ff

Browse files
authored
fix: pin musl cc base images to release tag 0.2.5 (#59)
1 parent eb7797d commit c8d97ff

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

cross/musl-aarch64.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
FROM ghcr.io/cross-rs/aarch64-unknown-linux-musl:main
1+
FROM ghcr.io/cross-rs/aarch64-unknown-linux-musl:0.2.5
22

33
RUN apt-get update && apt-get install -y g++-aarch64-linux-gnu && rm -rf /var/lib/apt/lists/*

cross/musl-x86_64.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
FROM ghcr.io/cross-rs/x86_64-unknown-linux-musl:main
1+
FROM ghcr.io/cross-rs/x86_64-unknown-linux-musl:0.2.5
22

33
RUN apt-get update && apt-get install -y g++-x86-64-linux-gnu && rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)