Skip to content

Commit

Permalink
Update cross-rs container images.
Browse files Browse the repository at this point in the history
  • Loading branch information
brocaar committed Jun 25, 2024
1 parent 7c5e3c5 commit 4879cf7
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion cross/Dockerfile.aarch64-unknown-linux-musl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/cross-rs/aarch64-unknown-linux-musl:latest
FROM ghcr.io/cross-rs/aarch64-unknown-linux-musl:main

RUN apt-get update && \
apt-get --assume-yes install \
Expand Down
2 changes: 1 addition & 1 deletion cross/Dockerfile.armv5te-unknown-linux-musleabi
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/cross-rs/armv5te-unknown-linux-musleabi:latest
FROM ghcr.io/cross-rs/armv5te-unknown-linux-musleabi:main

RUN apt-get update && \
apt-get --assume-yes install \
Expand Down
2 changes: 1 addition & 1 deletion cross/Dockerfile.armv7-unknown-linux-musleabihf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/cross-rs/armv7-unknown-linux-musleabihf:latest
FROM ghcr.io/cross-rs/armv7-unknown-linux-musleabihf:main

RUN apt-get update && \
apt-get --assume-yes install \
Expand Down
2 changes: 1 addition & 1 deletion cross/Dockerfile.mips-unknown-linux-musl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/cross-rs/mips-unknown-linux-musl:latest
FROM ghcr.io/cross-rs/mips-unknown-linux-musl:main

RUN apt-get update && \
apt-get --assume-yes install \
Expand Down
2 changes: 1 addition & 1 deletion cross/Dockerfile.mipsel-unknown-linux-musl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/cross-rs/mipsel-unknown-linux-musl:latest
FROM ghcr.io/cross-rs/mipsel-unknown-linux-musl:main

RUN apt-get update && \
apt-get --assume-yes install \
Expand Down
2 changes: 1 addition & 1 deletion cross/Dockerfile.x86_64-unknown-linux-musl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/cross-rs/x86_64-unknown-linux-musl:latest
FROM ghcr.io/cross-rs/x86_64-unknown-linux-musl:main

RUN apt-get update && \
apt-get --assume-yes install \
Expand Down

0 comments on commit 4879cf7

Please sign in to comment.