Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The build images are outdated #1

Open
BlackDex opened this issue Mar 14, 2024 · 0 comments
Open

The build images are outdated #1

BlackDex opened this issue Mar 14, 2024 · 0 comments

Comments

@BlackDex
Copy link

BlackDex commented Mar 14, 2024

Hello there,

I'm the maintainer of the build-images you are using.

silly-cors/Dockerfile

Lines 3 to 4 in cc8f6c6

FROM --platform=${BUILDPLATFORM} ghcr.io/blackdex/rust-musl:aarch64-musl-stable-${RUST_VERSION}-openssl3 as build-arm64
FROM --platform=${BUILDPLATFORM} ghcr.io/blackdex/rust-musl:x86_64-musl-stable-${RUST_VERSION}-openssl3 as build-amd64

I'm planning on removing the -openssl3 postfix on the next change (which will be shortly)
Main reason is that only openssl3 is build for a while now.

When updating to a newer version of Rust, i would suggest to also remove the -openssl3 postfix.

Also, the new images will be using musl v1.2.5.

Cheers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant