Skip to content

Commit 08fd6e5

Browse files
Update images digests
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 715143c commit 08fd6e5

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

Cross.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[target.aarch64-unknown-linux-gnu]
2-
image = "ghcr.io/edera-dev/cross-base-linux-gnu:latest@sha256:23ccfd24b546d4c640169c80dc1eadb85b1b957a330d6cc8559b4c1fd332ac00"
2+
image = "ghcr.io/edera-dev/cross-base-linux-gnu:latest@sha256:f9bbde0df57bb4b59eac98d62041af59a30896acc29cd4857db57c92dfe17b32"
33

44
[target.aarch64-unknown-linux-musl]
5-
image = "ghcr.io/edera-dev/cross-base-linux-musl:latest@sha256:a75c68273445e39d13536cd478280ca1ac2af2a210a980e156137163c67794fa"
5+
image = "ghcr.io/edera-dev/cross-base-linux-musl:latest@sha256:017a17f5322799fdfcb391d5ffd838927cd4c8dea8f1195e58a368a8e6b48556"
66

77
[target.x86_64-unknown-linux-gnu]
8-
image = "ghcr.io/edera-dev/cross-base-linux-gnu:latest@sha256:23ccfd24b546d4c640169c80dc1eadb85b1b957a330d6cc8559b4c1fd332ac00"
8+
image = "ghcr.io/edera-dev/cross-base-linux-gnu:latest@sha256:f9bbde0df57bb4b59eac98d62041af59a30896acc29cd4857db57c92dfe17b32"
99

1010
[target.x86_64-unknown-linux-musl]
11-
image = "ghcr.io/edera-dev/cross-base-linux-musl:latest@sha256:a75c68273445e39d13536cd478280ca1ac2af2a210a980e156137163c67794fa"
11+
image = "ghcr.io/edera-dev/cross-base-linux-musl:latest@sha256:017a17f5322799fdfcb391d5ffd838927cd4c8dea8f1195e58a368a8e6b48556"

images/Containerfile.edera-check

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/edera-dev/cross-base-linux-musl:latest@sha256:a75c68273445e39d13536cd478280ca1ac2af2a210a980e156137163c67794fa AS build
1+
FROM ghcr.io/edera-dev/cross-base-linux-musl:latest@sha256:017a17f5322799fdfcb391d5ffd838927cd4c8dea8f1195e58a368a8e6b48556 AS build
22

33
ENV TARGET_LIBC=musl TARGET_VENDOR=unknown DISABLE_CROSS_RS=1
44

0 commit comments

Comments
 (0)