Spaces:
Running
Running
Rebuild: fetch ubuntu-22.04 binary (glibc 2.35, fixes GLIBC_2.39 error)
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -12,6 +12,7 @@ RUN apt-get update && apt-get install -y \
|
|
| 12 |
&& rm -rf /var/lib/apt/lists/*
|
| 13 |
|
| 14 |
# Download the latest pre-built Linux binary from GitHub Releases
|
|
|
|
| 15 |
RUN curl -fsSL \
|
| 16 |
https://github.com/cronos3k/larql/releases/download/latest-linux/larql-linux-x86_64 \
|
| 17 |
-o /usr/local/bin/larql \
|
|
|
|
| 12 |
&& rm -rf /var/lib/apt/lists/*
|
| 13 |
|
| 14 |
# Download the latest pre-built Linux binary from GitHub Releases
|
| 15 |
+
# Rebuild trigger: ubuntu-22.04 binary (glibc 2.35) uploaded 2026-04-14
|
| 16 |
RUN curl -fsSL \
|
| 17 |
https://github.com/cronos3k/larql/releases/download/latest-linux/larql-linux-x86_64 \
|
| 18 |
-o /usr/local/bin/larql \
|