Skip to content

Commit e59e03e

Browse files
committed
Update cross-rs containers to :main.
1 parent fd953ad commit e59e03e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

cross/Dockerfile.aarch64-unknown-linux-musl

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

33
RUN apt-get update && \
44
apt-get --assume-yes install \

cross/Dockerfile.armv7-unknown-linux-musleabihf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/cross-rs/armv7-unknown-linux-musleabihf:latest
1+
FROM ghcr.io/cross-rs/armv7-unknown-linux-musleabihf:main
22

33
RUN apt-get update && \
44
apt-get --assume-yes install \

cross/Dockerfile.x86_64-unknown-linux-musl

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

33
RUN apt-get update && \
44
apt-get --assume-yes install \

0 commit comments

Comments
 (0)