Skip to content

Commit e216940

Browse files
Update images digests (#98)
Update images digests ## Changes <details> ```diff diff --git a/Cross.toml b/Cross.toml index 73b627f..cb91a69 100644 --- a/Cross.toml +++ b/Cross.toml @@ -1,11 +1,11 @@ [target.aarch64-unknown-linux-gnu] -image = "ghcr.io/edera-dev/cross-base-linux-gnu:latest@sha256:23ccfd24b546d4c640169c80dc1eadb85b1b957a330d6cc8559b4c1fd332ac00" +image = "ghcr.io/edera-dev/cross-base-linux-gnu:latest@sha256:f9bbde0df57bb4b59eac98d62041af59a30896acc29cd4857db57c92dfe17b32" [target.aarch64-unknown-linux-musl] -image = "ghcr.io/edera-dev/cross-base-linux-musl:latest@sha256:a75c68273445e39d13536cd478280ca1ac2af2a210a980e156137163c67794fa" +image = "ghcr.io/edera-dev/cross-base-linux-musl:latest@sha256:017a17f5322799fdfcb391d5ffd838927cd4c8dea8f1195e58a368a8e6b48556" [target.x86_64-unknown-linux-gnu] -image = "ghcr.io/edera-dev/cross-base-linux-gnu:latest@sha256:23ccfd24b546d4c640169c80dc1eadb85b1b957a330d6cc8559b4c1fd332ac00" +image = "ghcr.io/edera-dev/cross-base-linux-gnu:latest@sha256:f9bbde0df57bb4b59eac98d62041af59a30896acc29cd4857db57c92dfe17b32" [target.x86_64-unknown-linux-musl] -image = "ghcr.io/edera-dev/cross-base-linux-musl:latest@sha256:a75c68273445e39d13536cd478280ca1ac2af2a210a980e156137163c67794fa" +image = "ghcr.io/edera-dev/cross-base-linux-musl:latest@sha256:017a17f5322799fdfcb391d5ffd838927cd4c8dea8f1195e58a368a8e6b48556" diff --git a/images/Containerfile.edera-check b/images/Containerfile.edera-check index 95dd0f7..cee174c 100644 --- a/images/Containerfile.edera-check +++ b/images/Containerfile.edera-check @@ -1,4 +1,4 @@ -FROM ghcr.io/edera-dev/cross-base-linux-musl:latest@sha256:a75c68273445e39d13536cd478280ca1ac2af2a210a980e156137163c67794fa AS build +FROM ghcr.io/edera-dev/cross-base-linux-musl:latest@sha256:017a17f5322799fdfcb391d5ffd838927cd4c8dea8f1195e58a368a8e6b48556 AS build ENV TARGET_LIBC=musl TARGET_VENDOR=unknown DISABLE_CROSS_RS=1 ``` </details> Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: edera-cultivation[bot] <165992271+edera-cultivation[bot]@users.noreply.github.com> Co-authored-by: Ben Leggett <benjamin@edera.io>
1 parent 88cc85e commit e216940

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)