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

Fix release #2660

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Fix release #2660

wants to merge 1 commit into from

Conversation

sukantoraymond
Copy link
Collaborator

@sukantoraymond sukantoraymond commented Mar 6, 2025

Fixes error during release

 > [4/4] RUN /avalanche config update disable:
0.053 /avalanche: /lib/x86_64-linux-gnu/libc.so.6: version GLIBC_2.38' not found (required by /avalanche)
------
Dockerfile:4
--------------------
   2 |     RUN apt-get update && apt-get install -y ca-certificates && rm -rf /var/lib/apt/lists/*
   3 |     COPY avalanche /
   4 | >>> RUN /avalanche config update disable
   5 |     ENTRYPOINT [ "/avalanche" ]
   6 |     
--------------------
ERROR: failed to solve: process "/bin/sh -c /avalanche config update disable" did not complete successfully: exit code: 1

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

Successfully merging this pull request may close these issues.

2 participants