We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
juno/Dockerfile
Line 3 in de3c4d1
As noted by @Reecepbcups the problem is old version being used.
My logs when it gets crashed:
debug-juno.log
The text was updated successfully, but these errors were encountered:
Found this issue: CosmWasm/wasmvm#523
So should use Alpine 3.18 like here: https://github.com/CosmWasm/wasmd/blob/v0.53.0/Dockerfile
... FROM golang:1.22-alpine3.18 AS go-builder ... FROM alpine:3.18 COPY --from=go-builder /code/build/wasmd /usr/bin/wasmd ...
Sorry, something went wrong.
No branches or pull requests
juno/Dockerfile
Line 3 in de3c4d1
As noted by @Reecepbcups the problem is old version being used.
My logs when it gets crashed:
debug-juno.log
The text was updated successfully, but these errors were encountered: